Color Hex Logo

#59edbf Color Hex

#59EDBF
(89,237,191)
0 Favorites   0 Comments

Color spaces of #59edbf

RGB 89237191
HSL0.450.800.64
HSV161°62°93°
CMYK 0.620.000.19   0.07
XYZ43.808066.453859.8082
Yxy66.45380.25760.3907
Hunter Lab81.5192-46.733613.5641
CIE-Lab85.2274-50.098710.7364

#59edbf color RGB value is (89,237,191).

#59edbf hex color red value is 89, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #59edbf hue: 0.45 , saturation: 0.80 and the lightness value of 59edbf is 0.64.

The process color (four color CMYK) of #59edbf color hex is 0.62, 0.00, 0.19, 0.07. Web safe color of #59edbf is #66ffcc. Color #59edbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11101101 10111111
Octal 131 355 277
Decimal 89 237 191
Hex 59 ED BF

RGB Percentages of Color #59edbf

%17.21
%45.84
%36.94

CMYK Percentages of Color #59edbf

%62
%0
%19
%7

Triadic Colors of #59edbf

#59edbf #bf59ed #edbf59

Analogous Colors of #59edbf

#59edbf #59d1ed #59ed75

Monochromatic Colors of #59edbf

#59edbf

Complementary Color

#59edbf #ed5987

#59edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59edbf Color CSS Codes

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

#59edbf Text Font Color

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

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


#59edbf Background Color

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

This div background color is #59edbf


#59edbf Border Color

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

This div border color is #59edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59edbf


Comments

No comments written yet.

Please login to write comment.