Color Hex Logo

#c8dcce Color Hex

#C8DCCE
(200,220,206)
0 Favorites   0 Comments

Color spaces of #c8dcce

RGB 200220206
HSL0.380.220.82
HSV138°86°
CMYK 0.090.000.06   0.14
XYZ60.553267.922068.3113
Yxy67.92200.30770.3452
Hunter Lab82.4148-13.07548.5466
CIE-Lab85.9674-9.28264.5913

#c8dcce color RGB value is (200,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011100 11001110
Octal 310 334 316
Decimal 200 220 206
Hex C8 DC CE

RGB Percentages of Color #c8dcce

%31.95
%35.14
%32.91

CMYK Percentages of Color #c8dcce

%9
%0
%6
%14

Triadic Colors of #c8dcce

#c8dcce #cec8dc #dccec8

Analogous Colors of #c8dcce

#c8dcce #c8dcd8 #ccdcc8

Monochromatic Colors of #c8dcce

#c8dcce

Complementary Color

#c8dcce #dcc8d6

#c8dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dcce Color CSS Codes

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

#c8dcce Text Font Color

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

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


#c8dcce Background Color

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

This div background color is #c8dcce


#c8dcce Border Color

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

This div border color is #c8dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dcce


Comments

No comments written yet.

Please login to write comment.