Color Hex Logo

#d9cacc Color Hex

#D9CACC
(217,202,204)
0 Favorites   0 Comments

Color spaces of #d9cacc

RGB 217202204
HSL0.980.160.82
HSV352°85°
CMYK 0.000.070.06   0.15
XYZ60.634961.352465.7731
Yxy61.35240.32290.3268
Hunter Lab78.32781.10645.0427
CIE-Lab82.56785.56430.8773

#d9cacc color RGB value is (217,202,204).

#d9cacc hex color red value is 217, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d9cacc hue: 0.98 , saturation: 0.16 and the lightness value of d9cacc is 0.82.

The process color (four color CMYK) of #d9cacc color hex is 0.00, 0.07, 0.06, 0.15. Web safe color of #d9cacc is #cccccc. Color #d9cacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001010 11001100
Octal 331 312 314
Decimal 217 202 204
Hex D9 CA CC

RGB Percentages of Color #d9cacc

%34.83
%32.42
%32.74

CMYK Percentages of Color #d9cacc

%0
%7
%6
%15

Triadic Colors of #d9cacc

#d9cacc #ccd9ca #caccd9

Analogous Colors of #d9cacc

#d9cacc #d9d0ca #d9cad4

Monochromatic Colors of #d9cacc

#d9cacc

Complementary Color

#d9cacc #cad9d7

#d9cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cacc Color CSS Codes

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

#d9cacc Text Font Color

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

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


#d9cacc Background Color

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

This div background color is #d9cacc


#d9cacc Border Color

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

This div border color is #d9cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cacc


Comments

No comments written yet.

Please login to write comment.