Color Hex Logo

#c8cfdc Color Hex

#C8CFDC
(200,207,220)
0 Favorites   0 Comments

Color spaces of #c8cfdc

RGB 200207220
HSL0.610.220.82
HSV219°86°
CMYK 0.090.060.00   0.14
XYZ59.050562.072376.5790
Yxy62.07230.29870.3140
Hunter Lab78.7860-4.0888-2.4790
CIE-Lab82.95190.1268-7.2540

#c8cfdc color RGB value is (200,207,220).

#c8cfdc hex color red value is 200, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c8cfdc hue: 0.61 , saturation: 0.22 and the lightness value of c8cfdc is 0.82.

The process color (four color CMYK) of #c8cfdc color hex is 0.09, 0.06, 0.00, 0.14. Web safe color of #c8cfdc is #cccccc. Color #c8cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001111 11011100
Octal 310 317 334
Decimal 200 207 220
Hex C8 CF DC

RGB Percentages of Color #c8cfdc

%31.90
%33.01
%35.09

CMYK Percentages of Color #c8cfdc

%9
%6
%0
%14

Triadic Colors of #c8cfdc

#c8cfdc #dcc8cf #cfdcc8

Analogous Colors of #c8cfdc

#c8cfdc #cbc8dc #c8d9dc

Monochromatic Colors of #c8cfdc

#c8cfdc

Complementary Color

#c8cfdc #dcd5c8

#c8cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cfdc Color CSS Codes

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

#c8cfdc Text Font Color

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

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


#c8cfdc Background Color

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

This div background color is #c8cfdc


#c8cfdc Border Color

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

This div border color is #c8cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cfdc


Comments

No comments written yet.

Please login to write comment.