Color Hex Logo

#59dfce Color Hex

#59DFCE
(89,223,206)
0 Favorites   0 Comments

Color spaces of #59dfce

RGB 89223206
HSL0.480.680.61
HSV172°60°87°
CMYK 0.600.000.08   0.13
XYZ41.648159.355467.6542
Yxy59.35540.24690.3519
Hunter Lab77.0425-38.32961.8647
CIE-Lab81.4866-40.4293-2.5836

#59dfce color RGB value is (89,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011111 11001110
Octal 131 337 316
Decimal 89 223 206
Hex 59 DF CE

RGB Percentages of Color #59dfce

%17.18
%43.05
%39.77

CMYK Percentages of Color #59dfce

%60
%0
%8
%13

Triadic Colors of #59dfce

#59dfce #ce59df #dfce59

Analogous Colors of #59dfce

#59dfce #59addf #59df8b

Monochromatic Colors of #59dfce

#59dfce

Complementary Color

#59dfce #df596a

#59dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dfce Color CSS Codes

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

#59dfce Text Font Color

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

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


#59dfce Background Color

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

This div background color is #59dfce


#59dfce Border Color

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

This div border color is #59dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dfce


Comments

No comments written yet.

Please login to write comment.