Color Hex Logo

#d0b2aa Color Hex

#D0B2AA
(208,178,170)
0 Favorites   0 Comments

Color spaces of #d0b2aa

RGB 208178170
HSL0.040.290.74
HSV13°18°82°
CMYK 0.000.140.18   0.18
XYZ49.188548.153044.7321
Yxy48.15300.34620.3389
Hunter Lab69.39245.092410.3548
CIE-Lab74.92139.52958.0819

#d0b2aa color RGB value is (208,178,170).

#d0b2aa hex color red value is 208, green value is 178 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d0b2aa hue: 0.04 , saturation: 0.29 and the lightness value of d0b2aa is 0.74.

The process color (four color CMYK) of #d0b2aa color hex is 0.00, 0.14, 0.18, 0.18. Web safe color of #d0b2aa is #cc9999. Color #d0b2aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10110010 10101010
Octal 320 262 252
Decimal 208 178 170
Hex D0 B2 AA

RGB Percentages of Color #d0b2aa

%37.41
%32.01
%30.58

CMYK Percentages of Color #d0b2aa

%0
%14
%18
%18

Triadic Colors of #d0b2aa

#d0b2aa #aad0b2 #b2aad0

Analogous Colors of #d0b2aa

#d0b2aa #d0c5aa #d0aab5

Monochromatic Colors of #d0b2aa

#d0b2aa

Complementary Color

#d0b2aa #aac8d0

#d0b2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0b2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0b2aa Color CSS Codes

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

#d0b2aa Text Font Color

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

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


#d0b2aa Background Color

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

This div background color is #d0b2aa


#d0b2aa Border Color

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

This div border color is #d0b2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0b2aa

#d0b2aa Color Palettes


Comments

No comments written yet.

Please login to write comment.