Color Hex Logo

#58ebdf Color Hex

#58EBDF
(88,235,223)
0 Favorites   0 Comments

Color spaces of #58ebdf

RGB 88235223
HSL0.490.790.63
HSV175°63°92°
CMYK 0.630.000.05   0.08
XYZ47.052166.819180.2295
Yxy66.81910.24240.3442
Hunter Lab81.7430-40.3037-0.9722
CIE-Lab85.4125-41.5891-5.7939

#58ebdf color RGB value is (88,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101011 11011111
Octal 130 353 337
Decimal 88 235 223
Hex 58 EB DF

RGB Percentages of Color #58ebdf

%16.12
%43.04
%40.84

CMYK Percentages of Color #58ebdf

%63
%0
%5
%8

Triadic Colors of #58ebdf

#58ebdf #df58eb #ebdf58

Analogous Colors of #58ebdf

#58ebdf #58aeeb #58eb96

Monochromatic Colors of #58ebdf

#58ebdf

Complementary Color

#58ebdf #eb5864

#58ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ebdf Color CSS Codes

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

#58ebdf Text Font Color

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

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


#58ebdf Background Color

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

This div background color is #58ebdf


#58ebdf Border Color

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

This div border color is #58ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ebdf


Comments

No comments written yet.

Please login to write comment.