Color Hex Logo

#58eabe Color Hex

#58EABE
(88,234,190)
0 Favorites   0 Comments

Color spaces of #58eabe

RGB 88234190
HSL0.450.780.63
HSV162°62°92°
CMYK 0.620.000.19   0.08
XYZ42.741664.638058.9389
Yxy64.63800.25700.3886
Hunter Lab80.3978-45.800712.8134
CIE-Lab84.2968-49.24769.9295

#58eabe color RGB value is (88,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101010 10111110
Octal 130 352 276
Decimal 88 234 190
Hex 58 EA BE

RGB Percentages of Color #58eabe

%17.19
%45.70
%37.11

CMYK Percentages of Color #58eabe

%62
%0
%19
%8

Triadic Colors of #58eabe

#58eabe #be58ea #eabe58

Analogous Colors of #58eabe

#58eabe #58cdea #58ea75

Monochromatic Colors of #58eabe

#58eabe

Complementary Color

#58eabe #ea5884

#58eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58eabe Color CSS Codes

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

#58eabe Text Font Color

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

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


#58eabe Background Color

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

This div background color is #58eabe


#58eabe Border Color

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

This div border color is #58eabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58eabe


Comments

No comments written yet.

Please login to write comment.