Color Hex Logo

#5aa8cf Color Hex

#5AA8CF
(90,168,207)
0 Favorites   0 Comments

Color spaces of #5aa8cf

RGB 90168207
HSL0.560.550.58
HSV200°57°81°
CMYK 0.570.190.00   0.19
XYZ29.481634.683964.1723
Yxy34.68390.22970.2703
Hunter Lab58.8930-13.7065-23.3797
CIE-Lab65.5018-12.8408-27.1640

#5aa8cf color RGB value is (90,168,207).

#5aa8cf hex color red value is 90, green value is 168 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5aa8cf hue: 0.56 , saturation: 0.55 and the lightness value of 5aa8cf is 0.58.

The process color (four color CMYK) of #5aa8cf color hex is 0.57, 0.19, 0.00, 0.19. Web safe color of #5aa8cf is #6699cc. Color #5aa8cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101000 11001111
Octal 132 250 317
Decimal 90 168 207
Hex 5A A8 CF

RGB Percentages of Color #5aa8cf

%19.35
%36.13
%44.52

CMYK Percentages of Color #5aa8cf

%57
%19
%0
%19

Triadic Colors of #5aa8cf

#5aa8cf #cf5aa8 #a8cf5a

Analogous Colors of #5aa8cf

#5aa8cf #5a6ecf #5acfbc

Monochromatic Colors of #5aa8cf

#5aa8cf

Complementary Color

#5aa8cf #cf815a

#5aa8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa8cf Color CSS Codes

.mybgcolor {background-color:#5aa8cf; } 
.myforecolor {color:#5aa8cf; }
.mybordercolor {border:3px solid #5aa8cf; }

#5aa8cf Text Font Color

<p style="color:#5aa8cf">Text here</p>

This sample text font color is #5aa8cf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5aa8cf Background Color

<div style="background-color:#5aa8cf">
Div content here</div>

This div background color is #5aa8cf


#5aa8cf Border Color

<div style="border:3px solid #5aa8cf">
Div here</div>

This div border color is #5aa8cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,168,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5aa8cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5aa8cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5aa8cf;
  box-shadow:         1px 1px 3px 2px #5aa8cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,168,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5aa8cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5aa8cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5aa8cf;
  box-shadow:         1px 1px 3px 2px #5aa8cf;">
Div content here</div>

This div box has shadow with color #5aa8cf


Comments

No comments written yet.

Please login to write comment.