Color Hex Logo

#d4dcbd Color Hex

#D4DCBD
(212,220,189)
0 Favorites   0 Comments

Color spaces of #d4dcbd

RGB 212220189
HSL0.210.310.80
HSV75°14°86°
CMYK 0.040.000.14   0.14
XYZ61.929968.857658.1709
Yxy68.85760.32770.3644
Hunter Lab82.9805-11.997916.5229
CIE-Lab86.4335-8.055414.3244

#d4dcbd color RGB value is (212,220,189).

#d4dcbd hex color red value is 212, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d4dcbd hue: 0.21 , saturation: 0.31 and the lightness value of d4dcbd is 0.80.

The process color (four color CMYK) of #d4dcbd color hex is 0.04, 0.00, 0.14, 0.14. Web safe color of #d4dcbd is #cccccc. Color #d4dcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 10111101
Octal 324 334 275
Decimal 212 220 189
Hex D4 DC BD

RGB Percentages of Color #d4dcbd

%34.14
%35.43
%30.43

CMYK Percentages of Color #d4dcbd

%4
%0
%14
%14

Triadic Colors of #d4dcbd

#d4dcbd #bdd4dc #dcbdd4

Analogous Colors of #d4dcbd

#d4dcbd #c5dcbd #dcd5bd

Monochromatic Colors of #d4dcbd

#d4dcbd

Complementary Color

#d4dcbd #c5bddc

#d4dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dcbd Color CSS Codes

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

#d4dcbd Text Font Color

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

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


#d4dcbd Background Color

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

This div background color is #d4dcbd


#d4dcbd Border Color

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

This div border color is #d4dcbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,220,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4dcbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4dcbd;
  -webkit-box-shadow: 1px 1px 3px 2px #d4dcbd;
  box-shadow:         1px 1px 3px 2px #d4dcbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,220,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dcbd


Comments

No comments written yet.

Please login to write comment.