Color Hex Logo

#59ceca Color Hex

#59CECA
(89,206,202)
0 Favorites   0 Comments

Color spaces of #59ceca

RGB 89206202
HSL0.490.540.58
HSV178°57°81°
CMYK 0.570.000.02   0.19
XYZ36.851850.530763.6882
Yxy50.53070.24390.3345
Hunter Lab71.0849-31.8608-3.3611
CIE-Lab76.3939-33.6549-7.9619

#59ceca color RGB value is (89,206,202).

#59ceca hex color red value is 89, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #59ceca hue: 0.49 , saturation: 0.54 and the lightness value of 59ceca is 0.58.

The process color (four color CMYK) of #59ceca color hex is 0.57, 0.00, 0.02, 0.19. Web safe color of #59ceca is #66cccc. Color #59ceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001110 11001010
Octal 131 316 312
Decimal 89 206 202
Hex 59 CE CA

RGB Percentages of Color #59ceca

%17.91
%41.45
%40.64

CMYK Percentages of Color #59ceca

%57
%0
%2
%19

Triadic Colors of #59ceca

#59ceca #ca59ce #ceca59

Analogous Colors of #59ceca

#59ceca #5998ce #59ce90

Monochromatic Colors of #59ceca

#59ceca

Complementary Color

#59ceca #ce595d

#59ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ceca Color CSS Codes

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

#59ceca Text Font Color

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

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


#59ceca Background Color

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

This div background color is #59ceca


#59ceca Border Color

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

This div border color is #59ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ceca


Comments

No comments written yet.

Please login to write comment.