Color Hex Logo

#58ecaa Color Hex

#58ECAA
(88,236,170)
0 Favorites   0 Comments

Color spaces of #58ecaa

RGB 88236170
HSL0.430.800.64
HSV153°63°93°
CMYK 0.630.000.28   0.07
XYZ41.275764.967948.3948
Yxy64.96790.26690.4201
Hunter Lab80.6027-49.646920.8234
CIE-Lab84.4672-54.412120.5883

#58ecaa color RGB value is (88,236,170).

#58ecaa hex color red value is 88, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #58ecaa hue: 0.43 , saturation: 0.80 and the lightness value of 58ecaa is 0.64.

The process color (four color CMYK) of #58ecaa color hex is 0.63, 0.00, 0.28, 0.07. Web safe color of #58ecaa is #66ff99. Color #58ecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101100 10101010
Octal 130 354 252
Decimal 88 236 170
Hex 58 EC AA

RGB Percentages of Color #58ecaa

%17.81
%47.77
%34.41

CMYK Percentages of Color #58ecaa

%63
%0
%28
%7

Triadic Colors of #58ecaa

#58ecaa #aa58ec #ecaa58

Analogous Colors of #58ecaa

#58ecaa #58e4ec #58ec60

Monochromatic Colors of #58ecaa

#58ecaa

Complementary Color

#58ecaa #ec589a

#58ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ecaa Color CSS Codes

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

#58ecaa Text Font Color

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

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


#58ecaa Background Color

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

This div background color is #58ecaa


#58ecaa Border Color

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

This div border color is #58ecaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,236,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ecaa


Comments

No comments written yet.

Please login to write comment.