Color Hex Logo

#d9bcaa Color Hex

#D9BCAA
(217,188,170)
0 Favorites   0 Comments

Color spaces of #d9bcaa

RGB 217188170
HSL0.060.380.76
HSV23°22°85°
CMYK 0.000.130.22   0.15
XYZ53.854253.620445.5416
Yxy53.62040.35200.3504
Hunter Lab73.22603.132814.3838
CIE-Lab78.23997.536412.9120

#d9bcaa color RGB value is (217,188,170).

#d9bcaa hex color red value is 217, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d9bcaa hue: 0.06 , saturation: 0.38 and the lightness value of d9bcaa is 0.76.

The process color (four color CMYK) of #d9bcaa color hex is 0.00, 0.13, 0.22, 0.15. Web safe color of #d9bcaa is #cccc99. Color #d9bcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 10101010
Octal 331 274 252
Decimal 217 188 170
Hex D9 BC AA

RGB Percentages of Color #d9bcaa

%37.74
%32.70
%29.57

CMYK Percentages of Color #d9bcaa

%0
%13
%22
%15

Triadic Colors of #d9bcaa

#d9bcaa #aad9bc #bcaad9

Analogous Colors of #d9bcaa

#d9bcaa #d9d4aa #d9aab0

Monochromatic Colors of #d9bcaa

#d9bcaa

Complementary Color

#d9bcaa #aac7d9

#d9bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bcaa Color CSS Codes

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

#d9bcaa Text Font Color

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

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


#d9bcaa Background Color

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

This div background color is #d9bcaa


#d9bcaa Border Color

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

This div border color is #d9bcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,188,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9bcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9bcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #d9bcaa;
  box-shadow:         1px 1px 3px 2px #d9bcaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,188,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bcaa

#d9bcaa Color Palettes


Comments

No comments written yet.

Please login to write comment.