Color Hex Logo

#d0cacc Color Hex

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

Color spaces of #d0cacc

RGB 208202204
HSL0.940.060.80
HSV340°82°
CMYK 0.000.030.02   0.18
XYZ58.032060.010665.6513
Yxy60.01060.31590.3267
Hunter Lab77.4665-1.84783.9795
CIE-Lab81.84402.4351-0.2663

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

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

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

Base Numbers

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

RGB Percentages of Color #d0cacc

%33.88
%32.90
%33.22

CMYK Percentages of Color #d0cacc

%0
%3
%2
%18

Triadic Colors of #d0cacc

#d0cacc #ccd0ca #caccd0

Analogous Colors of #d0cacc

#d0cacc #d0cbca #d0cacf

Monochromatic Colors of #d0cacc

#d0cacc

Complementary Color

#d0cacc #cad0ce

#d0cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cacc Color CSS Codes

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

#d0cacc Text Font Color

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

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


#d0cacc Background Color

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

This div background color is #d0cacc


#d0cacc Border Color

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

This div border color is #d0cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cacc

#d0cacc Color Palettes


Comments

No comments written yet.

Please login to write comment.