Color Hex Logo

#58ccdf Color Hex

#58CCDF
(88,204,223)
0 Favorites   0 Comments

Color spaces of #58ccdf

RGB 88204223
HSL0.520.680.61
HSV188°61°87°
CMYK 0.610.090.00   0.13
XYZ38.936750.588277.5243
Yxy50.58820.23310.3028
Hunter Lab71.1254-26.7518-14.8364
CIE-Lab76.4289-27.0560-19.2293

#58ccdf color RGB value is (88,204,223).

#58ccdf hex color red value is 88, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #58ccdf hue: 0.52 , saturation: 0.68 and the lightness value of 58ccdf is 0.61.

The process color (four color CMYK) of #58ccdf color hex is 0.61, 0.09, 0.00, 0.13. Web safe color of #58ccdf is #66cccc. Color #58ccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001100 11011111
Octal 130 314 337
Decimal 88 204 223
Hex 58 CC DF

RGB Percentages of Color #58ccdf

%17.09
%39.61
%43.30

CMYK Percentages of Color #58ccdf

%61
%9
%0
%13

Triadic Colors of #58ccdf

#58ccdf #df58cc #ccdf58

Analogous Colors of #58ccdf

#58ccdf #5889df #58dfaf

Monochromatic Colors of #58ccdf

#58ccdf

Complementary Color

#58ccdf #df6b58

#58ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ccdf Color CSS Codes

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

#58ccdf Text Font Color

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

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


#58ccdf Background Color

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

This div background color is #58ccdf


#58ccdf Border Color

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

This div border color is #58ccdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,204,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 #58ccdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ccdf


Comments

No comments written yet.

Please login to write comment.