Color Hex Logo

#c8deca Color Hex

#C8DECA
(200,222,202)
0 Favorites   0 Comments

Color spaces of #c8deca

RGB 200222202
HSL0.350.250.83
HSV125°10°87°
CMYK 0.100.000.09   0.13
XYZ60.601468.786265.9601
Yxy68.78620.31020.3521
Hunter Lab82.9374-14.712710.9029
CIE-Lab86.3981-11.02477.3211

#c8deca color RGB value is (200,222,202).

#c8deca hex color red value is 200, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c8deca hue: 0.35 , saturation: 0.25 and the lightness value of c8deca is 0.83.

The process color (four color CMYK) of #c8deca color hex is 0.10, 0.00, 0.09, 0.13. Web safe color of #c8deca is #cccccc. Color #c8deca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011110 11001010
Octal 310 336 312
Decimal 200 222 202
Hex C8 DE CA

RGB Percentages of Color #c8deca

%32.05
%35.58
%32.37

CMYK Percentages of Color #c8deca

%10
%0
%9
%13

Triadic Colors of #c8deca

#c8deca #cac8de #decac8

Analogous Colors of #c8deca

#c8deca #c8ded5 #d1dec8

Monochromatic Colors of #c8deca

#c8deca

Complementary Color

#c8deca #dec8dc

#c8deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8deca Color CSS Codes

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

#c8deca Text Font Color

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

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


#c8deca Background Color

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

This div background color is #c8deca


#c8deca Border Color

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

This div border color is #c8deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8deca


Comments

No comments written yet.

Please login to write comment.