Color Hex Logo

#d8a89f Color Hex

#D8A89F
(216,168,159)
0 Favorites   0 Comments

Color spaces of #d8a89f

RGB 216168159
HSL0.030.420.74
HSV26°85°
CMYK 0.000.220.26   0.15
XYZ48.579545.107438.9471
Yxy45.10740.36630.3401
Hunter Lab67.162011.578612.6313
CIE-Lab72.962616.308911.4121

#d8a89f color RGB value is (216,168,159).

#d8a89f hex color red value is 216, green value is 168 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d8a89f hue: 0.03 , saturation: 0.42 and the lightness value of d8a89f is 0.74.

The process color (four color CMYK) of #d8a89f color hex is 0.00, 0.22, 0.26, 0.15. Web safe color of #d8a89f is #cc9999. Color #d8a89f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101000 10011111
Octal 330 250 237
Decimal 216 168 159
Hex D8 A8 9F

RGB Percentages of Color #d8a89f

%39.78
%30.94
%29.28

CMYK Percentages of Color #d8a89f

%0
%22
%26
%15

Triadic Colors of #d8a89f

#d8a89f #9fd8a8 #a89fd8

Analogous Colors of #d8a89f

#d8a89f #d8c59f #d89fb3

Monochromatic Colors of #d8a89f

#d8a89f

Complementary Color

#d8a89f #9fcfd8

#d8a89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a89f Color CSS Codes

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

#d8a89f Text Font Color

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

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


#d8a89f Background Color

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

This div background color is #d8a89f


#d8a89f Border Color

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

This div border color is #d8a89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a89f


Comments

No comments written yet.

Please login to write comment.