Color Hex Logo

#5ccfdc Color Hex

#5CCFDC
(92,207,220)
0 Favorites   0 Comments

Color spaces of #5ccfdc

RGB 92207220
HSL0.520.650.61
HSV186°58°86°
CMYK 0.580.060.00   0.14
XYZ39.644752.068375.6708
Yxy52.06830.23680.3111
Hunter Lab72.1584-28.2070-11.6652
CIE-Lab77.3217-28.6668-16.2553

#5ccfdc color RGB value is (92,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001111 11011100
Octal 134 317 334
Decimal 92 207 220
Hex 5C CF DC

RGB Percentages of Color #5ccfdc

%17.73
%39.88
%42.39

CMYK Percentages of Color #5ccfdc

%58
%6
%0
%14

Triadic Colors of #5ccfdc

#5ccfdc #dc5ccf #cfdc5c

Analogous Colors of #5ccfdc

#5ccfdc #5c8fdc #5cdca9

Monochromatic Colors of #5ccfdc

#5ccfdc

Complementary Color

#5ccfdc #dc695c

#5ccfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccfdc Color CSS Codes

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

#5ccfdc Text Font Color

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

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


#5ccfdc Background Color

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

This div background color is #5ccfdc


#5ccfdc Border Color

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

This div border color is #5ccfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccfdc


Comments

No comments written yet.

Please login to write comment.