Color Hex Logo

#5aafcb Color Hex

#5AAFCB
(90,175,203)
0 Favorites   0 Comments

Color spaces of #5aafcb

RGB 90175203
HSL0.540.520.57
HSV195°56°80°
CMYK 0.560.140.00   0.20
XYZ30.325937.145462.0713
Yxy37.14540.23410.2867
Hunter Lab60.9470-17.8396-17.7208
CIE-Lab67.3860-17.7615-22.0651

#5aafcb color RGB value is (90,175,203).

#5aafcb hex color red value is 90, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5aafcb hue: 0.54 , saturation: 0.52 and the lightness value of 5aafcb is 0.57.

The process color (four color CMYK) of #5aafcb color hex is 0.56, 0.14, 0.00, 0.20. Web safe color of #5aafcb is #6699cc. Color #5aafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11001011
Octal 132 257 313
Decimal 90 175 203
Hex 5A AF CB

RGB Percentages of Color #5aafcb

%19.23
%37.39
%43.38

CMYK Percentages of Color #5aafcb

%56
%14
%0
%20

Triadic Colors of #5aafcb

#5aafcb #cb5aaf #afcb5a

Analogous Colors of #5aafcb

#5aafcb #5a77cb #5acbaf

Monochromatic Colors of #5aafcb

#5aafcb

Complementary Color

#5aafcb #cb765a

#5aafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafcb Color CSS Codes

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

#5aafcb Text Font Color

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

This sample text font color is #5aafcb
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.


#5aafcb Background Color

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

This div background color is #5aafcb


#5aafcb Border Color

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

This div border color is #5aafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafcb


Comments

No comments written yet.

Please login to write comment.