Color Hex Logo

#5ccddc Color Hex

#5CCDDC
(92,205,220)
0 Favorites   0 Comments

Color spaces of #5ccddc

RGB 92205220
HSL0.520.650.61
HSV187°58°86°
CMYK 0.580.070.00   0.14
XYZ39.163251.105375.5103
Yxy51.10530.23620.3083
Hunter Lab71.4880-27.3164-12.5844
CIE-Lab76.7428-27.6901-17.1281

#5ccddc color RGB value is (92,205,220).

#5ccddc hex color red value is 92, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ccddc hue: 0.52 , saturation: 0.65 and the lightness value of 5ccddc is 0.61.

The process color (four color CMYK) of #5ccddc color hex is 0.58, 0.07, 0.00, 0.14. Web safe color of #5ccddc is #66cccc. Color #5ccddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001101 11011100
Octal 134 315 334
Decimal 92 205 220
Hex 5C CD DC

RGB Percentages of Color #5ccddc

%17.79
%39.65
%42.55

CMYK Percentages of Color #5ccddc

%58
%7
%0
%14

Triadic Colors of #5ccddc

#5ccddc #dc5ccd #cddc5c

Analogous Colors of #5ccddc

#5ccddc #5c8ddc #5cdcab

Monochromatic Colors of #5ccddc

#5ccddc

Complementary Color

#5ccddc #dc6b5c

#5ccddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccddc Color CSS Codes

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

#5ccddc Text Font Color

<p style="color:#5ccddc">Text here</p>

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


#5ccddc Background Color

<div style="background-color:#5ccddc">
Div content here</div>

This div background color is #5ccddc


#5ccddc Border Color

<div style="border:3px solid #5ccddc">
Div here</div>

This div border color is #5ccddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,205,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ccddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ccddc;
  -webkit-box-shadow: 1px 1px 3px 2px #5ccddc;
  box-shadow:         1px 1px 3px 2px #5ccddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,205,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 #5ccddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccddc


Comments

No comments written yet.

Please login to write comment.