Color Hex Logo

#59caae Color Hex

#59CAAE
(89,202,174)
0 Favorites   0 Comments

Color spaces of #59caae

RGB 89202174
HSL0.460.520.57
HSV165°56°79°
CMYK 0.560.000.14   0.21
XYZ32.880347.420947.4646
Yxy47.42090.25730.3712
Hunter Lab68.8628-35.28067.3376
CIE-Lab74.4582-38.90984.3156

#59caae color RGB value is (89,202,174).

#59caae hex color red value is 89, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #59caae hue: 0.46 , saturation: 0.52 and the lightness value of 59caae is 0.57.

The process color (four color CMYK) of #59caae color hex is 0.56, 0.00, 0.14, 0.21. Web safe color of #59caae is #66cc99. Color #59caae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 10101110
Octal 131 312 256
Decimal 89 202 174
Hex 59 CA AE

RGB Percentages of Color #59caae

%19.14
%43.44
%37.42

CMYK Percentages of Color #59caae

%56
%0
%14
%21

Triadic Colors of #59caae

#59caae #ae59ca #caae59

Analogous Colors of #59caae

#59caae #59aeca #59ca76

Monochromatic Colors of #59caae

#59caae

Complementary Color

#59caae #ca5975

#59caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#59caae Color CSS Codes

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

#59caae Text Font Color

<p style="color:#59caae">Text here</p>

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


#59caae Background Color

<div style="background-color:#59caae">
Div content here</div>

This div background color is #59caae


#59caae Border Color

<div style="border:3px solid #59caae">
Div here</div>

This div border color is #59caae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,202,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59caae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59caae;
  -webkit-box-shadow: 1px 1px 3px 2px #59caae;
  box-shadow:         1px 1px 3px 2px #59caae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,202,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59caae


Comments

No comments written yet.

Please login to write comment.