Color Hex Logo

#5aafbf Color Hex

#5AAFBF
(90,175,191)
0 Favorites   0 Comments

Color spaces of #5aafbf

RGB 90175191
HSL0.530.440.55
HSV190°53°75°
CMYK 0.530.080.00   0.25
XYZ28.950436.595254.8279
Yxy36.59520.24050.3040
Hunter Lab60.4940-20.4403-11.3909
CIE-Lab66.9722-21.2238-16.0592

#5aafbf color RGB value is (90,175,191).

#5aafbf hex color red value is 90, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5aafbf hue: 0.53 , saturation: 0.44 and the lightness value of 5aafbf is 0.55.

The process color (four color CMYK) of #5aafbf color hex is 0.53, 0.08, 0.00, 0.25. Web safe color of #5aafbf is #6699cc. Color #5aafbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 10111111
Octal 132 257 277
Decimal 90 175 191
Hex 5A AF BF

RGB Percentages of Color #5aafbf

%19.74
%38.38
%41.89

CMYK Percentages of Color #5aafbf

%53
%8
%0
%25

Triadic Colors of #5aafbf

#5aafbf #bf5aaf #afbf5a

Analogous Colors of #5aafbf

#5aafbf #5a7dbf #5abf9d

Monochromatic Colors of #5aafbf

#5aafbf

Complementary Color

#5aafbf #bf6a5a

#5aafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafbf Color CSS Codes

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

#5aafbf Text Font Color

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

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


#5aafbf Background Color

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

This div background color is #5aafbf


#5aafbf Border Color

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

This div border color is #5aafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafbf


Comments

No comments written yet.

Please login to write comment.