Color Hex Logo

#5acaaf Color Hex

#5ACAAF
(90,202,175)
0 Favorites   0 Comments

Color spaces of #5acaaf

RGB 90202175
HSL0.460.510.57
HSV166°55°79°
CMYK 0.550.000.13   0.21
XYZ33.074847.509947.9845
Yxy47.50990.25730.3695
Hunter Lab68.9274-34.96986.9739
CIE-Lab74.5148-38.46283.8614

#5acaaf color RGB value is (90,202,175).

#5acaaf hex color red value is 90, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5acaaf hue: 0.46 , saturation: 0.51 and the lightness value of 5acaaf is 0.57.

The process color (four color CMYK) of #5acaaf color hex is 0.55, 0.00, 0.13, 0.21. Web safe color of #5acaaf is #66cc99. Color #5acaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001010 10101111
Octal 132 312 257
Decimal 90 202 175
Hex 5A CA AF

RGB Percentages of Color #5acaaf

%19.27
%43.25
%37.47

CMYK Percentages of Color #5acaaf

%55
%0
%13
%21

Triadic Colors of #5acaaf

#5acaaf #af5aca #caaf5a

Analogous Colors of #5acaaf

#5acaaf #5aadca #5aca77

Monochromatic Colors of #5acaaf

#5acaaf

Complementary Color

#5acaaf #ca5a75

#5acaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acaaf Color CSS Codes

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

#5acaaf Text Font Color

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

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


#5acaaf Background Color

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

This div background color is #5acaaf


#5acaaf Border Color

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

This div border color is #5acaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,202,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 #5acaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acaaf


Comments

No comments written yet.

Please login to write comment.