Color Hex Logo

#58eeaf Color Hex

#58EEAF
(88,238,175)
0 Favorites   0 Comments

Color spaces of #58eeaf

RGB 88238175
HSL0.430.820.64
HSV155°63°93°
CMYK 0.630.000.26   0.07
XYZ42.336966.318951.1269
Yxy66.31890.26500.4151
Hunter Lab81.4364-49.715719.7824
CIE-Lab85.1588-54.175818.9609

#58eeaf color RGB value is (88,238,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101110 10101111
Octal 130 356 257
Decimal 88 238 175
Hex 58 EE AF

RGB Percentages of Color #58eeaf

%17.56
%47.50
%34.93

CMYK Percentages of Color #58eeaf

%63
%0
%26
%7

Triadic Colors of #58eeaf

#58eeaf #af58ee #eeaf58

Analogous Colors of #58eeaf

#58eeaf #58e2ee #58ee64

Monochromatic Colors of #58eeaf

#58eeaf

Complementary Color

#58eeaf #ee5897

#58eeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58eeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58eeaf Color CSS Codes

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

#58eeaf Text Font Color

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

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


#58eeaf Background Color

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

This div background color is #58eeaf


#58eeaf Border Color

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

This div border color is #58eeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58eeaf


Comments

No comments written yet.

Please login to write comment.