Color Hex Logo

#58ebde Color Hex

#58EBDE
(88,235,222)
0 Favorites   0 Comments

Color spaces of #58ebde

RGB 88235222
HSL0.490.790.63
HSV175°63°92°
CMYK 0.630.000.06   0.08
XYZ46.917666.765379.5214
Yxy66.76530.24280.3456
Hunter Lab81.7100-40.4985-0.5049
CIE-Lab85.3853-41.8490-5.3078

#58ebde color RGB value is (88,235,222).

#58ebde hex color red value is 88, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #58ebde hue: 0.49 , saturation: 0.79 and the lightness value of 58ebde is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101011 11011110
Octal 130 353 336
Decimal 88 235 222
Hex 58 EB DE

RGB Percentages of Color #58ebde

%16.15
%43.12
%40.73

CMYK Percentages of Color #58ebde

%63
%0
%6
%8

Triadic Colors of #58ebde

#58ebde #de58eb #ebde58

Analogous Colors of #58ebde

#58ebde #58afeb #58eb95

Monochromatic Colors of #58ebde

#58ebde

Complementary Color

#58ebde #eb5865

#58ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ebde Color CSS Codes

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

#58ebde Text Font Color

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

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


#58ebde Background Color

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

This div background color is #58ebde


#58ebde Border Color

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

This div border color is #58ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ebde


Comments

No comments written yet.

Please login to write comment.