Color Hex Logo

#d3cdbb Color Hex

#D3CDBB
(211,205,187)
0 Favorites   0 Comments

Color spaces of #d3cdbb

RGB 211205187
HSL0.130.210.78
HSV45°11°83°
CMYK 0.000.030.11   0.17
XYZ57.664961.099455.7678
Yxy61.09940.33040.3501
Hunter Lab78.1661-5.107212.4157
CIE-Lab82.4321-0.99659.6918

#d3cdbb color RGB value is (211,205,187).

#d3cdbb hex color red value is 211, green value is 205 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d3cdbb hue: 0.13 , saturation: 0.21 and the lightness value of d3cdbb is 0.78.

The process color (four color CMYK) of #d3cdbb color hex is 0.00, 0.03, 0.11, 0.17. Web safe color of #d3cdbb is #cccccc. Color #d3cdbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001101 10111011
Octal 323 315 273
Decimal 211 205 187
Hex D3 CD BB

RGB Percentages of Color #d3cdbb

%34.99
%34.00
%31.01

CMYK Percentages of Color #d3cdbb

%0
%3
%11
%17

Triadic Colors of #d3cdbb

#d3cdbb #bbd3cd #cdbbd3

Analogous Colors of #d3cdbb

#d3cdbb #cdd3bb #d3c1bb

Monochromatic Colors of #d3cdbb

#d3cdbb

Complementary Color

#d3cdbb #bbc1d3

#d3cdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cdbb Color CSS Codes

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

#d3cdbb Text Font Color

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

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


#d3cdbb Background Color

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

This div background color is #d3cdbb


#d3cdbb Border Color

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

This div border color is #d3cdbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,205,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cdbb


Comments

No comments written yet.

Please login to write comment.