Color Hex Logo

#59ceea Color Hex

#59CEEA
(89,206,234)
0 Favorites   0 Comments

Color spaces of #59ceea

RGB 89206234
HSL0.530.780.63
HSV192°62°92°
CMYK 0.620.120.00   0.08
XYZ41.042452.207085.7557
Yxy52.20700.22930.2917
Hunter Lab72.2544-25.0525-19.7907
CIE-Lab77.4045-24.6840-23.6567

#59ceea color RGB value is (89,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001110 11101010
Octal 131 316 352
Decimal 89 206 234
Hex 59 CE EA

RGB Percentages of Color #59ceea

%16.82
%38.94
%44.23

CMYK Percentages of Color #59ceea

%62
%12
%0
%8

Triadic Colors of #59ceea

#59ceea #ea59ce #ceea59

Analogous Colors of #59ceea

#59ceea #5986ea #59eabe

Monochromatic Colors of #59ceea

#59ceea

Complementary Color

#59ceea #ea7559

#59ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ceea Color CSS Codes

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

#59ceea Text Font Color

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

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


#59ceea Background Color

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

This div background color is #59ceea


#59ceea Border Color

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

This div border color is #59ceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,206,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 #59ceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ceea


Comments

No comments written yet.

Please login to write comment.