Color Hex Logo

#d8cacc Color Hex

#D8CACC
(216,202,204)
0 Favorites   0 Comments

Color spaces of #d8cacc

RGB 216202204
HSL0.980.150.82
HSV351°85°
CMYK 0.000.060.06   0.15
XYZ60.338561.199665.7593
Yxy61.19960.32220.3268
Hunter Lab78.23020.77334.9227
CIE-Lab82.48595.21480.7479

#d8cacc color RGB value is (216,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001010 11001100
Octal 330 312 314
Decimal 216 202 204
Hex D8 CA CC

RGB Percentages of Color #d8cacc

%34.73
%32.48
%32.80

CMYK Percentages of Color #d8cacc

%0
%6
%6
%15

Triadic Colors of #d8cacc

#d8cacc #ccd8ca #caccd8

Analogous Colors of #d8cacc

#d8cacc #d8cfca #d8cad3

Monochromatic Colors of #d8cacc

#d8cacc

Complementary Color

#d8cacc #cad8d6

#d8cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cacc Color CSS Codes

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

#d8cacc Text Font Color

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

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


#d8cacc Background Color

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

This div background color is #d8cacc


#d8cacc Border Color

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

This div border color is #d8cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cacc


Comments

No comments written yet.

Please login to write comment.