Color Hex Logo

#d8cbc4 Color Hex

#D8CBC4
(216,203,196)
0 Favorites   0 Comments

Color spaces of #d8cbc4

RGB 216203196
HSL0.060.200.81
HSV21°85°
CMYK 0.000.060.09   0.15
XYZ59.638661.296360.9126
Yxy61.29630.32800.3371
Hunter Lab78.2920-1.03928.6756
CIE-Lab82.53783.32335.0971

#d8cbc4 color RGB value is (216,203,196).

#d8cbc4 hex color red value is 216, green value is 203 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #d8cbc4 hue: 0.06 , saturation: 0.20 and the lightness value of d8cbc4 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001011 11000100
Octal 330 313 304
Decimal 216 203 196
Hex D8 CB C4

RGB Percentages of Color #d8cbc4

%35.12
%33.01
%31.87

CMYK Percentages of Color #d8cbc4

%0
%6
%9
%15

Triadic Colors of #d8cbc4

#d8cbc4 #c4d8cb #cbc4d8

Analogous Colors of #d8cbc4

#d8cbc4 #d8d5c4 #d8c4c7

Monochromatic Colors of #d8cbc4

#d8cbc4

Complementary Color

#d8cbc4 #c4d1d8

#d8cbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cbc4 Color CSS Codes

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

#d8cbc4 Text Font Color

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

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


#d8cbc4 Background Color

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

This div background color is #d8cbc4


#d8cbc4 Border Color

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

This div border color is #d8cbc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,203,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cbc4

#d8cbc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.