Color Hex Logo

#d1beaa Color Hex

#D1BEAA
(209,190,170)
0 Favorites   0 Comments

Color spaces of #d1beaa

RGB 209190170
HSL0.090.300.74
HSV31°19°82°
CMYK 0.000.090.19   0.18
XYZ51.963653.284545.5764
Yxy53.28450.34450.3533
Hunter Lab72.9962-0.675214.0787
CIE-Lab78.04273.487012.5339

#d1beaa color RGB value is (209,190,170).

#d1beaa hex color red value is 209, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d1beaa hue: 0.09 , saturation: 0.30 and the lightness value of d1beaa is 0.74.

The process color (four color CMYK) of #d1beaa color hex is 0.00, 0.09, 0.19, 0.18. Web safe color of #d1beaa is #cccc99. Color #d1beaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111110 10101010
Octal 321 276 252
Decimal 209 190 170
Hex D1 BE AA

RGB Percentages of Color #d1beaa

%36.73
%33.39
%29.88

CMYK Percentages of Color #d1beaa

%0
%9
%19
%18

Triadic Colors of #d1beaa

#d1beaa #aad1be #beaad1

Analogous Colors of #d1beaa

#d1beaa #d1d1aa #d1abaa

Monochromatic Colors of #d1beaa

#d1beaa

Complementary Color

#d1beaa #aabdd1

#d1beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1beaa Color CSS Codes

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

#d1beaa Text Font Color

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

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


#d1beaa Background Color

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

This div background color is #d1beaa


#d1beaa Border Color

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

This div border color is #d1beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1beaa


Comments

No comments written yet.

Please login to write comment.