Color Hex Logo

#d9baa8 Color Hex

#D9BAA8
(217,186,168)
0 Favorites   0 Comments

Color spaces of #d9baa8

RGB 217186168
HSL0.060.390.75
HSV22°23°85°
CMYK 0.000.140.23   0.15
XYZ53.242152.696744.4111
Yxy52.69670.35410.3505
Hunter Lab72.59253.881814.5419
CIE-Lab77.69568.309013.2216

#d9baa8 color RGB value is (217,186,168).

#d9baa8 hex color red value is 217, green value is 186 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #d9baa8 hue: 0.06 , saturation: 0.39 and the lightness value of d9baa8 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 10101000
Octal 331 272 250
Decimal 217 186 168
Hex D9 BA A8

RGB Percentages of Color #d9baa8

%38.00
%32.57
%29.42

CMYK Percentages of Color #d9baa8

%0
%14
%23
%15

Triadic Colors of #d9baa8

#d9baa8 #a8d9ba #baa8d9

Analogous Colors of #d9baa8

#d9baa8 #d9d3a8 #d9a8af

Monochromatic Colors of #d9baa8

#d9baa8

Complementary Color

#d9baa8 #a8c7d9

#d9baa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9baa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9baa8 Color CSS Codes

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

#d9baa8 Text Font Color

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

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


#d9baa8 Background Color

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

This div background color is #d9baa8


#d9baa8 Border Color

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

This div border color is #d9baa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9baa8


Comments

No comments written yet.

Please login to write comment.