Color Hex Logo

#5aafb9 Color Hex

#5AAFB9
(90,175,185)
0 Favorites   0 Comments

Color spaces of #5aafb9

RGB 90175185
HSL0.520.400.54
HSV186°51°73°
CMYK 0.510.050.00   0.27
XYZ28.303436.336451.4208
Yxy36.33640.24390.3131
Hunter Lab60.2797-21.6775-8.3808
CIE-Lab66.7762-22.9038-13.0306

#5aafb9 color RGB value is (90,175,185).

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

The process color (four color CMYK) of #5aafb9 color hex is 0.51, 0.05, 0.00, 0.27. Web safe color of #5aafb9 is #6699cc. Color #5aafb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 10111001
Octal 132 257 271
Decimal 90 175 185
Hex 5A AF B9

RGB Percentages of Color #5aafb9

%20.00
%38.89
%41.11

CMYK Percentages of Color #5aafb9

%51
%5
%0
%27

Triadic Colors of #5aafb9

#5aafb9 #b95aaf #afb95a

Analogous Colors of #5aafb9

#5aafb9 #5a80b9 #5ab994

Monochromatic Colors of #5aafb9

#5aafb9

Complementary Color

#5aafb9 #b9645a

#5aafb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafb9 Color CSS Codes

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

#5aafb9 Text Font Color

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

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


#5aafb9 Background Color

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

This div background color is #5aafb9


#5aafb9 Border Color

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

This div border color is #5aafb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafb9


Comments

No comments written yet.

Please login to write comment.