Color Hex Logo

#d3ccbb Color Hex

#D3CCBB
(211,204,187)
0 Favorites   0 Comments

Color spaces of #d3ccbb

RGB 211204187
HSL0.120.210.78
HSV43°11°83°
CMYK 0.000.030.11   0.17
XYZ57.426560.622555.6883
Yxy60.62250.33050.3489
Hunter Lab77.8605-4.601912.0962
CIE-Lab82.1754-0.47399.3251

#d3ccbb color RGB value is (211,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001100 10111011
Octal 323 314 273
Decimal 211 204 187
Hex D3 CC BB

RGB Percentages of Color #d3ccbb

%35.05
%33.89
%31.06

CMYK Percentages of Color #d3ccbb

%0
%3
%11
%17

Triadic Colors of #d3ccbb

#d3ccbb #bbd3cc #ccbbd3

Analogous Colors of #d3ccbb

#d3ccbb #ced3bb #d3c0bb

Monochromatic Colors of #d3ccbb

#d3ccbb

Complementary Color

#d3ccbb #bbc2d3

#d3ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ccbb Color CSS Codes

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

#d3ccbb Text Font Color

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

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


#d3ccbb Background Color

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

This div background color is #d3ccbb


#d3ccbb Border Color

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

This div border color is #d3ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ccbb


Comments

No comments written yet.

Please login to write comment.