Color Hex Logo

#d3cbbd Color Hex

#D3CBBD
(211,203,189)
0 Favorites   0 Comments

Color spaces of #d3cbbd

RGB 211203189
HSL0.110.200.78
HSV38°10°83°
CMYK 0.000.040.10   0.17
XYZ57.405260.234956.7450
Yxy60.23490.32920.3454
Hunter Lab77.6111-3.791710.9782
CIE-Lab81.96570.37767.9583

#d3cbbd color RGB value is (211,203,189).

#d3cbbd hex color red value is 211, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d3cbbd hue: 0.11 , saturation: 0.20 and the lightness value of d3cbbd is 0.78.

The process color (four color CMYK) of #d3cbbd color hex is 0.00, 0.04, 0.10, 0.17. Web safe color of #d3cbbd is #cccccc. Color #d3cbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001011 10111101
Octal 323 313 275
Decimal 211 203 189
Hex D3 CB BD

RGB Percentages of Color #d3cbbd

%34.99
%33.67
%31.34

CMYK Percentages of Color #d3cbbd

%0
%4
%10
%17

Triadic Colors of #d3cbbd

#d3cbbd #bdd3cb #cbbdd3

Analogous Colors of #d3cbbd

#d3cbbd #d0d3bd #d3c0bd

Monochromatic Colors of #d3cbbd

#d3cbbd

Complementary Color

#d3cbbd #bdc5d3

#d3cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cbbd Color CSS Codes

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

#d3cbbd Text Font Color

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

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


#d3cbbd Background Color

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

This div background color is #d3cbbd


#d3cbbd Border Color

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

This div border color is #d3cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cbbd


Comments

No comments written yet.

Please login to write comment.