Color Hex Logo

#58eeec Color Hex

#58EEEC
(88,238,236)
0 Favorites   0 Comments

Color spaces of #58eeec

RGB 88238236
HSL0.500.820.64
HSV179°63°93°
CMYK 0.630.000.01   0.07
XYZ49.739469.279990.1077
Yxy69.27990.23780.3313
Hunter Lab83.2345-38.9922-5.9217
CIE-Lab86.6425-39.4996-10.8021

#58eeec color RGB value is (88,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101110 11101100
Octal 130 356 354
Decimal 88 238 236
Hex 58 EE EC

RGB Percentages of Color #58eeec

%15.66
%42.35
%41.99

CMYK Percentages of Color #58eeec

%63
%0
%1
%7

Triadic Colors of #58eeec

#58eeec #ec58ee #eeec58

Analogous Colors of #58eeec

#58eeec #58a5ee #58eea1

Monochromatic Colors of #58eeec

#58eeec

Complementary Color

#58eeec #ee585a

#58eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#58eeec Color CSS Codes

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

#58eeec Text Font Color

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

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


#58eeec Background Color

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

This div background color is #58eeec


#58eeec Border Color

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

This div border color is #58eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58eeec


Comments

No comments written yet.

Please login to write comment.