Color Hex Logo

#59eae5 Color Hex

#59EAE5
(89,234,229)
0 Favorites   0 Comments

Color spaces of #59eae5

RGB 89234229
HSL0.490.780.63
HSV178°62°92°
CMYK 0.620.000.02   0.08
XYZ47.685566.626684.4757
Yxy66.62660.23990.3352
Hunter Lab81.6251-38.5640-4.2230
CIE-Lab85.3150-39.4020-9.0943

#59eae5 color RGB value is (89,234,229).

#59eae5 hex color red value is 89, green value is 234 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #59eae5 hue: 0.49 , saturation: 0.78 and the lightness value of 59eae5 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11101010 11100101
Octal 131 352 345
Decimal 89 234 229
Hex 59 EA E5

RGB Percentages of Color #59eae5

%16.12
%42.39
%41.49

CMYK Percentages of Color #59eae5

%62
%0
%2
%8

Triadic Colors of #59eae5

#59eae5 #e559ea #eae559

Analogous Colors of #59eae5

#59eae5 #59a7ea #59ea9d

Monochromatic Colors of #59eae5

#59eae5

Complementary Color

#59eae5 #ea595e

#59eae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59eae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59eae5 Color CSS Codes

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

#59eae5 Text Font Color

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

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


#59eae5 Background Color

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

This div background color is #59eae5


#59eae5 Border Color

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

This div border color is #59eae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59eae5


Comments

No comments written yet.

Please login to write comment.