Color Hex Logo

#59dfaf Color Hex

#59DFAF
(89,223,175)
0 Favorites   0 Comments

Color spaces of #59dfaf

RGB 89223175
HSL0.440.680.61
HSV159°60°87°
CMYK 0.600.000.22   0.13
XYZ38.245457.994349.7357
Yxy57.99430.26200.3973
Hunter Lab76.1540-43.624714.5859
CIE-Lab80.7356-47.830312.7577

#59dfaf color RGB value is (89,223,175).

#59dfaf hex color red value is 89, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #59dfaf hue: 0.44 , saturation: 0.68 and the lightness value of 59dfaf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011111 10101111
Octal 131 337 257
Decimal 89 223 175
Hex 59 DF AF

RGB Percentages of Color #59dfaf

%18.28
%45.79
%35.93

CMYK Percentages of Color #59dfaf

%60
%0
%22
%13

Triadic Colors of #59dfaf

#59dfaf #af59df #dfaf59

Analogous Colors of #59dfaf

#59dfaf #59ccdf #59df6c

Monochromatic Colors of #59dfaf

#59dfaf

Complementary Color

#59dfaf #df5989

#59dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dfaf Color CSS Codes

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

#59dfaf Text Font Color

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

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


#59dfaf Background Color

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

This div background color is #59dfaf


#59dfaf Border Color

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

This div border color is #59dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dfaf


Comments

No comments written yet.

Please login to write comment.