Color Hex Logo

#d9bbaa Color Hex

#D9BBAA
(217,187,170)
0 Favorites   0 Comments

Color spaces of #d9bbaa

RGB 217187170
HSL0.060.380.76
HSV22°22°85°
CMYK 0.000.140.22   0.15
XYZ53.641353.194645.4706
Yxy53.19460.35220.3493
Hunter Lab72.93463.646014.0903
CIE-Lab77.98988.068612.5585

#d9bbaa color RGB value is (217,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111011 10101010
Octal 331 273 252
Decimal 217 187 170
Hex D9 BB AA

RGB Percentages of Color #d9bbaa

%37.80
%32.58
%29.62

CMYK Percentages of Color #d9bbaa

%0
%14
%22
%15

Triadic Colors of #d9bbaa

#d9bbaa #aad9bb #bbaad9

Analogous Colors of #d9bbaa

#d9bbaa #d9d3aa #d9aab1

Monochromatic Colors of #d9bbaa

#d9bbaa

Complementary Color

#d9bbaa #aac8d9

#d9bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bbaa Color CSS Codes

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

#d9bbaa Text Font Color

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

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


#d9bbaa Background Color

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

This div background color is #d9bbaa


#d9bbaa Border Color

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

This div border color is #d9bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bbaa


Comments

No comments written yet.

Please login to write comment.