Color Hex Logo

#d4bbaa Color Hex

#D4BBAA
(212,187,170)
2 Favorites   0 Comments

Color spaces of #d4bbaa

RGB 212187170
HSL0.070.330.75
HSV24°20°83°
CMYK 0.000.120.20   0.17
XYZ52.177452.440045.4021
Yxy52.44000.34780.3496
Hunter Lab72.41551.887213.5180
CIE-Lab77.54326.199911.8637

#d4bbaa color RGB value is (212,187,170).

#d4bbaa hex color red value is 212, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d4bbaa hue: 0.07 , saturation: 0.33 and the lightness value of d4bbaa is 0.75.

The process color (four color CMYK) of #d4bbaa color hex is 0.00, 0.12, 0.20, 0.17. Web safe color of #d4bbaa is #cccc99. Color #d4bbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111011 10101010
Octal 324 273 252
Decimal 212 187 170
Hex D4 BB AA

RGB Percentages of Color #d4bbaa

%37.26
%32.86
%29.88

CMYK Percentages of Color #d4bbaa

%0
%12
%20
%17

Triadic Colors of #d4bbaa

#d4bbaa #aad4bb #bbaad4

Analogous Colors of #d4bbaa

#d4bbaa #d4d0aa #d4aaae

Monochromatic Colors of #d4bbaa

#d4bbaa

Complementary Color

#d4bbaa #aac3d4

#d4bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bbaa Color CSS Codes

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

#d4bbaa Text Font Color

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

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


#d4bbaa Background Color

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

This div background color is #d4bbaa


#d4bbaa Border Color

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

This div border color is #d4bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bbaa

#d4bbaa Color Palettes


Comments

No comments written yet.

Please login to write comment.