Color Hex Logo

#5aafc7 Color Hex

#5AAFC7
(90,175,199)
0 Favorites   0 Comments

Color spaces of #5aafc7

RGB 90175199
HSL0.540.490.57
HSV193°55°78°
CMYK 0.550.120.00   0.22
XYZ29.855236.957159.5927
Yxy36.95710.23620.2924
Hunter Lab60.7924-18.7250-15.5653
CIE-Lab67.2448-18.9301-20.0710

#5aafc7 color RGB value is (90,175,199).

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

The process color (four color CMYK) of #5aafc7 color hex is 0.55, 0.12, 0.00, 0.22. Web safe color of #5aafc7 is #6699cc. Color #5aafc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11000111
Octal 132 257 307
Decimal 90 175 199
Hex 5A AF C7

RGB Percentages of Color #5aafc7

%19.40
%37.72
%42.89

CMYK Percentages of Color #5aafc7

%55
%12
%0
%22

Triadic Colors of #5aafc7

#5aafc7 #c75aaf #afc75a

Analogous Colors of #5aafc7

#5aafc7 #5a79c7 #5ac7a9

Monochromatic Colors of #5aafc7

#5aafc7

Complementary Color

#5aafc7 #c7725a

#5aafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafc7 Color CSS Codes

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

#5aafc7 Text Font Color

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

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


#5aafc7 Background Color

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

This div background color is #5aafc7


#5aafc7 Border Color

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

This div border color is #5aafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafc7


Comments

No comments written yet.

Please login to write comment.