Color Hex Logo

#59debf Color Hex

#59DEBF
(89,222,191)
0 Favorites   0 Comments

Color spaces of #59debf

RGB 89222191
HSL0.460.670.61
HSV166°60°87°
CMYK 0.600.000.14   0.13
XYZ39.645158.128058.4205
Yxy58.12800.25380.3722
Hunter Lab76.2417-40.60447.9380
CIE-Lab80.8099-43.70114.3968

#59debf color RGB value is (89,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011110 10111111
Octal 131 336 277
Decimal 89 222 191
Hex 59 DE BF

RGB Percentages of Color #59debf

%17.73
%44.22
%38.05

CMYK Percentages of Color #59debf

%60
%0
%14
%13

Triadic Colors of #59debf

#59debf #bf59de #debf59

Analogous Colors of #59debf

#59debf #59bbde #59de7d

Monochromatic Colors of #59debf

#59debf

Complementary Color

#59debf #de5978

#59debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59debf Color CSS Codes

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

#59debf Text Font Color

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

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


#59debf Background Color

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

This div background color is #59debf


#59debf Border Color

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

This div border color is #59debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59debf


Comments

No comments written yet.

Please login to write comment.