Color Hex Logo

#58ecdb Color Hex

#58ECDB
(88,236,219)
0 Favorites   0 Comments

Color spaces of #58ecdb

RGB 88236219
HSL0.480.800.64
HSV173°63°93°
CMYK 0.630.000.07   0.07
XYZ46.806167.180177.5179
Yxy67.18010.24440.3508
Hunter Lab81.9635-41.50181.3002
CIE-Lab85.5948-43.0655-3.4211

#58ecdb color RGB value is (88,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101100 11011011
Octal 130 354 333
Decimal 88 236 219
Hex 58 EC DB

RGB Percentages of Color #58ecdb

%16.21
%43.46
%40.33

CMYK Percentages of Color #58ecdb

%63
%0
%7
%7

Triadic Colors of #58ecdb

#58ecdb #db58ec #ecdb58

Analogous Colors of #58ecdb

#58ecdb #58b3ec #58ec91

Monochromatic Colors of #58ecdb

#58ecdb

Complementary Color

#58ecdb #ec5869

#58ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ecdb Color CSS Codes

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

#58ecdb Text Font Color

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

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


#58ecdb Background Color

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

This div background color is #58ecdb


#58ecdb Border Color

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

This div border color is #58ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ecdb


Comments

No comments written yet.

Please login to write comment.