Color Hex Logo

#59deca Color Hex

#59DECA
(89,222,202)
0 Favorites   0 Comments

Color spaces of #59deca

RGB 89222202
HSL0.470.670.61
HSV171°60°87°
CMYK 0.600.000.09   0.13
XYZ40.901858.630765.0382
Yxy58.63070.24850.3563
Hunter Lab76.5707-38.64933.2393
CIE-Lab81.0882-40.9942-1.0418

#59deca color RGB value is (89,222,202).

#59deca hex color red value is 89, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #59deca hue: 0.47 , saturation: 0.67 and the lightness value of 59deca is 0.61.

The process color (four color CMYK) of #59deca color hex is 0.60, 0.00, 0.09, 0.13. Web safe color of #59deca is #66cccc. Color #59deca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011110 11001010
Octal 131 336 312
Decimal 89 222 202
Hex 59 DE CA

RGB Percentages of Color #59deca

%17.35
%43.27
%39.38

CMYK Percentages of Color #59deca

%60
%0
%9
%13

Triadic Colors of #59deca

#59deca #ca59de #deca59

Analogous Colors of #59deca

#59deca #59b0de #59de88

Monochromatic Colors of #59deca

#59deca

Complementary Color

#59deca #de596d

#59deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#59deca Color CSS Codes

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

#59deca Text Font Color

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

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


#59deca Background Color

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

This div background color is #59deca


#59deca Border Color

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

This div border color is #59deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59deca


Comments

No comments written yet.

Please login to write comment.