Color Hex Logo

#d3dcbd Color Hex

#D3DCBD
(211,220,189)
0 Favorites   0 Comments

Color spaces of #d3dcbd

RGB 211220189
HSL0.220.310.80
HSV77°14°86°
CMYK 0.040.000.14   0.14
XYZ61.642568.709458.1574
Yxy68.70940.32700.3645
Hunter Lab82.8911-12.316916.4252
CIE-Lab86.3599-8.409914.2101

#d3dcbd color RGB value is (211,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011100 10111101
Octal 323 334 275
Decimal 211 220 189
Hex D3 DC BD

RGB Percentages of Color #d3dcbd

%34.03
%35.48
%30.48

CMYK Percentages of Color #d3dcbd

%4
%0
%14
%14

Triadic Colors of #d3dcbd

#d3dcbd #bdd3dc #dcbdd3

Analogous Colors of #d3dcbd

#d3dcbd #c4dcbd #dcd6bd

Monochromatic Colors of #d3dcbd

#d3dcbd

Complementary Color

#d3dcbd #c6bddc

#d3dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dcbd Color CSS Codes

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

#d3dcbd Text Font Color

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

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


#d3dcbd Background Color

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

This div background color is #d3dcbd


#d3dcbd Border Color

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

This div border color is #d3dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dcbd


Comments

No comments written yet.

Please login to write comment.