Color Hex Logo

#59cf9f Color Hex

#59CF9F
(89,207,159)
0 Favorites   0 Comments

Color spaces of #59cf9f

RGB 89207159
HSL0.430.550.58
HSV156°57°81°
CMYK 0.570.000.23   0.19
XYZ32.690749.252740.5846
Yxy49.25270.26680.4020
Hunter Lab70.1803-39.668314.8393
CIE-Lab75.6083-44.542914.0112

#59cf9f color RGB value is (89,207,159).

#59cf9f hex color red value is 89, green value is 207 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #59cf9f hue: 0.43 , saturation: 0.55 and the lightness value of 59cf9f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001111 10011111
Octal 131 317 237
Decimal 89 207 159
Hex 59 CF 9F

RGB Percentages of Color #59cf9f

%19.56
%45.49
%34.95

CMYK Percentages of Color #59cf9f

%57
%0
%23
%19

Triadic Colors of #59cf9f

#59cf9f #9f59cf #cf9f59

Analogous Colors of #59cf9f

#59cf9f #59c4cf #59cf64

Monochromatic Colors of #59cf9f

#59cf9f

Complementary Color

#59cf9f #cf5989

#59cf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cf9f Color CSS Codes

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

#59cf9f Text Font Color

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

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


#59cf9f Background Color

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

This div background color is #59cf9f


#59cf9f Border Color

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

This div border color is #59cf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cf9f


Comments

No comments written yet.

Please login to write comment.