Color Hex Logo

#59f4de Color Hex

#59F4DE
(89,244,222)
0 Favorites   0 Comments

Color spaces of #59f4de

RGB 89244222
HSL0.480.880.65
HSV171°64°96°
CMYK 0.640.000.09   0.04
XYZ49.655372.099180.4067
Yxy72.09910.24560.3566
Hunter Lab84.9112-44.20943.2931
CIE-Lab88.0163-45.6484-1.4376

#59f4de color RGB value is (89,244,222).

#59f4de hex color red value is 89, green value is 244 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #59f4de hue: 0.48 , saturation: 0.88 and the lightness value of 59f4de is 0.65.

The process color (four color CMYK) of #59f4de color hex is 0.64, 0.00, 0.09, 0.04. Web safe color of #59f4de is #66ffcc. Color #59f4de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11110100 11011110
Octal 131 364 336
Decimal 89 244 222
Hex 59 F4 DE

RGB Percentages of Color #59f4de

%16.04
%43.96
%40.00

CMYK Percentages of Color #59f4de

%64
%0
%9
%4

Triadic Colors of #59f4de

#59f4de #de59f4 #f4de59

Analogous Colors of #59f4de

#59f4de #59bdf4 #59f491

Monochromatic Colors of #59f4de

#59f4de

Complementary Color

#59f4de #f4596f

#59f4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59f4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#59f4de Color CSS Codes

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

#59f4de Text Font Color

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

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


#59f4de Background Color

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

This div background color is #59f4de


#59f4de Border Color

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

This div border color is #59f4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59f4de


Comments

No comments written yet.

Please login to write comment.