Color Hex Logo

#58eeaa Color Hex

#58EEAA
(88,238,170)
0 Favorites   0 Comments

Color spaces of #58eeaa

RGB 88238170
HSL0.420.820.64
HSV153°63°93°
CMYK 0.630.000.29   0.07
XYZ41.854766.126148.5878
Yxy66.12610.26730.4223
Hunter Lab81.3180-50.431721.4966
CIE-Lab85.0607-55.208121.4089

#58eeaa color RGB value is (88,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101110 10101010
Octal 130 356 252
Decimal 88 238 170
Hex 58 EE AA

RGB Percentages of Color #58eeaa

%17.74
%47.98
%34.27

CMYK Percentages of Color #58eeaa

%63
%0
%29
%7

Triadic Colors of #58eeaa

#58eeaa #aa58ee #eeaa58

Analogous Colors of #58eeaa

#58eeaa #58e7ee #58ee5f

Monochromatic Colors of #58eeaa

#58eeaa

Complementary Color

#58eeaa #ee589c

#58eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#58eeaa Color CSS Codes

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

#58eeaa Text Font Color

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

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


#58eeaa Background Color

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

This div background color is #58eeaa


#58eeaa Border Color

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

This div border color is #58eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58eeaa


Comments

No comments written yet.

Please login to write comment.