Color Hex Logo

#d9baa5 Color Hex

#D9BAA5
(217,186,165)
0 Favorites   0 Comments

Color spaces of #d9baa5

RGB 217186165
HSL0.070.410.75
HSV24°24°85°
CMYK 0.000.140.24   0.15
XYZ52.965752.586142.9559
Yxy52.58610.35670.3541
Hunter Lab72.51633.472515.6402
CIE-Lab77.63007.877214.7465

#d9baa5 color RGB value is (217,186,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 10100101
Octal 331 272 245
Decimal 217 186 165
Hex D9 BA A5

RGB Percentages of Color #d9baa5

%38.20
%32.75
%29.05

CMYK Percentages of Color #d9baa5

%0
%14
%24
%15

Triadic Colors of #d9baa5

#d9baa5 #a5d9ba #baa5d9

Analogous Colors of #d9baa5

#d9baa5 #d9d4a5 #d9a5aa

Monochromatic Colors of #d9baa5

#d9baa5

Complementary Color

#d9baa5 #a5c4d9

#d9baa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9baa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9baa5 Color CSS Codes

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

#d9baa5 Text Font Color

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

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


#d9baa5 Background Color

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

This div background color is #d9baa5


#d9baa5 Border Color

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

This div border color is #d9baa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9baa5


Comments

No comments written yet.

Please login to write comment.