Color Hex Logo

#59debb Color Hex

#59DEBB
(89,222,187)
0 Favorites   0 Comments

Color spaces of #59debb

RGB 89222187
HSL0.460.670.61
HSV164°60°87°
CMYK 0.600.000.16   0.13
XYZ39.210757.954356.1334
Yxy57.95430.25580.3780
Hunter Lab76.1277-41.28459.5714
CIE-Lab80.7134-44.65456.3794

#59debb color RGB value is (89,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011110 10111011
Octal 131 336 273
Decimal 89 222 187
Hex 59 DE BB

RGB Percentages of Color #59debb

%17.87
%44.58
%37.55

CMYK Percentages of Color #59debb

%60
%0
%16
%13

Triadic Colors of #59debb

#59debb #bb59de #debb59

Analogous Colors of #59debb

#59debb #59bfde #59de79

Monochromatic Colors of #59debb

#59debb

Complementary Color

#59debb #de597c

#59debb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59debb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59debb Color CSS Codes

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

#59debb Text Font Color

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

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


#59debb Background Color

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

This div background color is #59debb


#59debb Border Color

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

This div border color is #59debb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59debb


Comments

No comments written yet.

Please login to write comment.