Color Hex Logo

#59ccea Color Hex

#59CCEA
(89,204,234)
0 Favorites   0 Comments

Color spaces of #59ccea

RGB 89204234
HSL0.530.780.63
HSV192°62°92°
CMYK 0.620.130.00   0.08
XYZ40.564051.250185.5962
Yxy51.25010.22860.2889
Hunter Lab71.5892-24.1390-20.7782
CIE-Lab76.8303-23.6832-24.5321

#59ccea color RGB value is (89,204,234).

#59ccea hex color red value is 89, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #59ccea hue: 0.53 , saturation: 0.78 and the lightness value of 59ccea is 0.63.

The process color (four color CMYK) of #59ccea color hex is 0.62, 0.13, 0.00, 0.08. Web safe color of #59ccea is #66ccff. Color #59ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001100 11101010
Octal 131 314 352
Decimal 89 204 234
Hex 59 CC EA

RGB Percentages of Color #59ccea

%16.89
%38.71
%44.40

CMYK Percentages of Color #59ccea

%62
%13
%0
%8

Triadic Colors of #59ccea

#59ccea #ea59cc #ccea59

Analogous Colors of #59ccea

#59ccea #5984ea #59eac0

Monochromatic Colors of #59ccea

#59ccea

Complementary Color

#59ccea #ea7759

#59ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ccea Color CSS Codes

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

#59ccea Text Font Color

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

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


#59ccea Background Color

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

This div background color is #59ccea


#59ccea Border Color

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

This div border color is #59ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ccea


Comments

No comments written yet.

Please login to write comment.