Color Hex Logo

#59ceda Color Hex

#59CEDA
(89,206,218)
0 Favorites   0 Comments

Color spaces of #59ceda

RGB 89206218
HSL0.520.640.60
HSV186°59°85°
CMYK 0.590.060.00   0.15
XYZ38.846051.328474.1896
Yxy51.32840.23630.3123
Hunter Lab71.6438-28.5923-11.2461
CIE-Lab76.8775-29.2782-15.8576

#59ceda color RGB value is (89,206,218).

#59ceda hex color red value is 89, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #59ceda hue: 0.52 , saturation: 0.64 and the lightness value of 59ceda is 0.60.

The process color (four color CMYK) of #59ceda color hex is 0.59, 0.06, 0.00, 0.15. Web safe color of #59ceda is #66cccc. Color #59ceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001110 11011010
Octal 131 316 332
Decimal 89 206 218
Hex 59 CE DA

RGB Percentages of Color #59ceda

%17.35
%40.16
%42.50

CMYK Percentages of Color #59ceda

%59
%6
%0
%15

Triadic Colors of #59ceda

#59ceda #da59ce #ceda59

Analogous Colors of #59ceda

#59ceda #598eda #59daa6

Monochromatic Colors of #59ceda

#59ceda

Complementary Color

#59ceda #da6559

#59ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ceda Color CSS Codes

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

#59ceda Text Font Color

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

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


#59ceda Background Color

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

This div background color is #59ceda


#59ceda Border Color

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

This div border color is #59ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ceda


Comments

No comments written yet.

Please login to write comment.