Color Hex Logo

#c8dccf Color Hex

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

Color spaces of #c8dccf

RGB 200220207
HSL0.390.220.82
HSV141°86°
CMYK 0.090.000.06   0.14
XYZ60.675167.970868.9532
Yxy67.97080.30710.3440
Hunter Lab82.4444-12.91038.1233
CIE-Lab85.9918-9.09934.0988

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

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

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

Base Numbers

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

RGB Percentages of Color #c8dccf

%31.90
%35.09
%33.01

CMYK Percentages of Color #c8dccf

%9
%0
%6
%14

Triadic Colors of #c8dccf

#c8dccf #cfc8dc #dccfc8

Analogous Colors of #c8dccf

#c8dccf #c8dcd9 #cbdcc8

Monochromatic Colors of #c8dccf

#c8dccf

Complementary Color

#c8dccf #dcc8d5

#c8dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dccf Color CSS Codes

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

#c8dccf Text Font Color

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

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


#c8dccf Background Color

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

This div background color is #c8dccf


#c8dccf Border Color

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

This div border color is #c8dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dccf


Comments

No comments written yet.

Please login to write comment.