Color Hex Logo

#58efaa Color Hex

#58EFAA
(88,239,170)
0 Favorites   0 Comments

Color spaces of #58efaa

RGB 88239170
HSL0.420.830.64
HSV153°63°94°
CMYK 0.630.000.29   0.06
XYZ42.146766.710048.6852
Yxy66.71000.26750.4234
Hunter Lab81.6762-50.823421.8320
CIE-Lab85.3573-55.603921.8182

#58efaa color RGB value is (88,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101111 10101010
Octal 130 357 252
Decimal 88 239 170
Hex 58 EF AA

RGB Percentages of Color #58efaa

%17.71
%48.09
%34.21

CMYK Percentages of Color #58efaa

%63
%0
%29
%6

Triadic Colors of #58efaa

#58efaa #aa58ef #efaa58

Analogous Colors of #58efaa

#58efaa #58e9ef #58ef5e

Monochromatic Colors of #58efaa

#58efaa

Complementary Color

#58efaa #ef589d

#58efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#58efaa Color CSS Codes

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

#58efaa Text Font Color

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

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


#58efaa Background Color

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

This div background color is #58efaa


#58efaa Border Color

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

This div border color is #58efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58efaa


Comments

No comments written yet.

Please login to write comment.