Color Hex Logo

#5aafac Color Hex

#5AAFAC
(90,175,172)
0 Favorites   0 Comments

Color spaces of #5aafac

RGB 90175172
HSL0.490.350.52
HSV178°49°69°
CMYK 0.490.000.02   0.31
XYZ26.992835.812244.5195
Yxy35.81220.25150.3337
Hunter Lab59.8433-24.2119-2.2176
CIE-Lab66.3762-26.4150-6.4152

#5aafac color RGB value is (90,175,172).

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

The process color (four color CMYK) of #5aafac color hex is 0.49, 0.00, 0.02, 0.31. Web safe color of #5aafac is #669999. Color #5aafac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 10101100
Octal 132 257 254
Decimal 90 175 172
Hex 5A AF AC

RGB Percentages of Color #5aafac

%20.59
%40.05
%39.36

CMYK Percentages of Color #5aafac

%49
%0
%2
%31

Triadic Colors of #5aafac

#5aafac #ac5aaf #afac5a

Analogous Colors of #5aafac

#5aafac #5a88af #5aaf82

Monochromatic Colors of #5aafac

#5aafac

Complementary Color

#5aafac #af5a5d

#5aafac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafac Color CSS Codes

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

#5aafac Text Font Color

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

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


#5aafac Background Color

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

This div background color is #5aafac


#5aafac Border Color

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

This div border color is #5aafac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafac


Comments

No comments written yet.

Please login to write comment.