Color Hex Logo

#58eaaf Color Hex

#58EAAF
(88,234,175)
0 Favorites   0 Comments

Color spaces of #58eaaf

RGB 88234175
HSL0.430.780.63
HSV156°62°92°
CMYK 0.620.000.25   0.08
XYZ41.185264.015550.7430
Yxy64.01550.26410.4105
Hunter Lab80.0097-48.133618.4044
CIE-Lab83.9738-52.562617.3079

#58eaaf color RGB value is (88,234,175).

#58eaaf hex color red value is 88, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #58eaaf hue: 0.43 , saturation: 0.78 and the lightness value of 58eaaf is 0.63.

The process color (four color CMYK) of #58eaaf color hex is 0.62, 0.00, 0.25, 0.08. Web safe color of #58eaaf is #66ff99. Color #58eaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101010 10101111
Octal 130 352 257
Decimal 88 234 175
Hex 58 EA AF

RGB Percentages of Color #58eaaf

%17.71
%47.08
%35.21

CMYK Percentages of Color #58eaaf

%62
%0
%25
%8

Triadic Colors of #58eaaf

#58eaaf #af58ea #eaaf58

Analogous Colors of #58eaaf

#58eaaf #58dcea #58ea66

Monochromatic Colors of #58eaaf

#58eaaf

Complementary Color

#58eaaf #ea5893

#58eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58eaaf Color CSS Codes

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

#58eaaf Text Font Color

<p style="color:#58eaaf">Text here</p>

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


#58eaaf Background Color

<div style="background-color:#58eaaf">
Div content here</div>

This div background color is #58eaaf


#58eaaf Border Color

<div style="border:3px solid #58eaaf">
Div here</div>

This div border color is #58eaaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,234,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58eaaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58eaaf;
  -webkit-box-shadow: 1px 1px 3px 2px #58eaaf;
  box-shadow:         1px 1px 3px 2px #58eaaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,234,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 #58eaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58eaaf


Comments

No comments written yet.

Please login to write comment.