Color Hex Logo

#5aaf8c Color Hex

#5AAF8C
(90,175,140)
0 Favorites   0 Comments

Color spaces of #5aaf8c

RGB 90175140
HSL0.430.350.52
HSV155°49°69°
CMYK 0.490.000.20   0.31
XYZ24.280034.727130.2342
Yxy34.72710.27210.3891
Hunter Lab58.9297-29.582110.8317
CIE-Lab65.5356-34.193010.0990

#5aaf8c color RGB value is (90,175,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 10001100
Octal 132 257 214
Decimal 90 175 140
Hex 5A AF 8C

RGB Percentages of Color #5aaf8c

%22.22
%43.21
%34.57

CMYK Percentages of Color #5aaf8c

%49
%0
%20
%31

Triadic Colors of #5aaf8c

#5aaf8c #8c5aaf #af8c5a

Analogous Colors of #5aaf8c

#5aaf8c #5aa8af #5aaf62

Monochromatic Colors of #5aaf8c

#5aaf8c

Complementary Color

#5aaf8c #af5a7d

#5aaf8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaf8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaf8c Color CSS Codes

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

#5aaf8c Text Font Color

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

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


#5aaf8c Background Color

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

This div background color is #5aaf8c


#5aaf8c Border Color

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

This div border color is #5aaf8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaf8c


Comments

No comments written yet.

Please login to write comment.