Color Hex Logo

#5ac5af Color Hex

#5AC5AF
(90,197,175)
0 Favorites   0 Comments

Color spaces of #5ac5af

RGB 90197175
HSL0.470.480.56
HSV168°54°77°
CMYK 0.540.000.11   0.23
XYZ31.920645.201347.5998
Yxy45.20130.25590.3624
Hunter Lab67.2319-32.90705.0854
CIE-Lab73.0242-36.17771.6994

#5ac5af color RGB value is (90,197,175).

#5ac5af hex color red value is 90, green value is 197 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5ac5af hue: 0.47 , saturation: 0.48 and the lightness value of 5ac5af is 0.56.

The process color (four color CMYK) of #5ac5af color hex is 0.54, 0.00, 0.11, 0.23. Web safe color of #5ac5af is #66cc99. Color #5ac5af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11000101 10101111
Octal 132 305 257
Decimal 90 197 175
Hex 5A C5 AF

RGB Percentages of Color #5ac5af

%19.48
%42.64
%37.88

CMYK Percentages of Color #5ac5af

%54
%0
%11
%23

Triadic Colors of #5ac5af

#5ac5af #af5ac5 #c5af5a

Analogous Colors of #5ac5af

#5ac5af #5aa6c5 #5ac57a

Monochromatic Colors of #5ac5af

#5ac5af

Complementary Color

#5ac5af #c55a70

#5ac5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac5af Color CSS Codes

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

#5ac5af Text Font Color

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

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


#5ac5af Background Color

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

This div background color is #5ac5af


#5ac5af Border Color

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

This div border color is #5ac5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac5af


Comments

No comments written yet.

Please login to write comment.