Color Hex Logo

#d0ccca Color Hex

#D0CCCA
(208,204,202)
0 Favorites   0 Comments

Color spaces of #d0ccca

RGB 208204202
HSL0.060.060.80
HSV20°82°
CMYK 0.000.020.03   0.18
XYZ58.266060.859964.5533
Yxy60.85990.31720.3313
Hunter Lab78.0128-3.20465.5482
CIE-Lab82.30341.02421.4730

#d0ccca color RGB value is (208,204,202).

#d0ccca hex color red value is 208, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d0ccca hue: 0.06 , saturation: 0.06 and the lightness value of d0ccca is 0.80.

The process color (four color CMYK) of #d0ccca color hex is 0.00, 0.02, 0.03, 0.18. Web safe color of #d0ccca is #cccccc. Color #d0ccca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001100 11001010
Octal 320 314 312
Decimal 208 204 202
Hex D0 CC CA

RGB Percentages of Color #d0ccca

%33.88
%33.22
%32.90

CMYK Percentages of Color #d0ccca

%0
%2
%3
%18

Triadic Colors of #d0ccca

#d0ccca #cad0cc #cccad0

Analogous Colors of #d0ccca

#d0ccca #d0cfca #d0cacb

Monochromatic Colors of #d0ccca

#d0ccca

Complementary Color

#d0ccca #caced0

#d0ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ccca Color CSS Codes

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

#d0ccca Text Font Color

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

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


#d0ccca Background Color

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

This div background color is #d0ccca


#d0ccca Border Color

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

This div border color is #d0ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ccca

#d0ccca Color Palettes


Comments

No comments written yet.

Please login to write comment.