Color Hex Logo

#58cedc Color Hex

#58CEDC
(88,206,220)
0 Favorites   0 Comments

Color spaces of #58cedc

RGB 88206220
HSL0.520.650.60
HSV186°60°86°
CMYK 0.600.060.00   0.14
XYZ39.014151.384675.5721
Yxy51.38460.23510.3096
Hunter Lab71.6831-28.2952-12.3285
CIE-Lab76.9114-28.8898-16.8856

#58cedc color RGB value is (88,206,220).

#58cedc hex color red value is 88, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #58cedc hue: 0.52 , saturation: 0.65 and the lightness value of 58cedc is 0.60.

The process color (four color CMYK) of #58cedc color hex is 0.60, 0.06, 0.00, 0.14. Web safe color of #58cedc is #66cccc. Color #58cedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001110 11011100
Octal 130 316 334
Decimal 88 206 220
Hex 58 CE DC

RGB Percentages of Color #58cedc

%17.12
%40.08
%42.80

CMYK Percentages of Color #58cedc

%60
%6
%0
%14

Triadic Colors of #58cedc

#58cedc #dc58ce #cedc58

Analogous Colors of #58cedc

#58cedc #588cdc #58dca8

Monochromatic Colors of #58cedc

#58cedc

Complementary Color

#58cedc #dc6658

#58cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cedc Color CSS Codes

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

#58cedc Text Font Color

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

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


#58cedc Background Color

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

This div background color is #58cedc


#58cedc Border Color

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

This div border color is #58cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cedc


Comments

No comments written yet.

Please login to write comment.