Color Hex Logo

#d8b78e Color Hex

#D8B78E
(216,183,142)
0 Favorites   0 Comments

Color spaces of #d8b78e

RGB 216183142
HSL0.090.490.70
HSV33°34°85°
CMYK 0.000.150.34   0.15
XYZ50.134950.418932.6806
Yxy50.41890.37630.3784
Hunter Lab71.00631.771322.4162
CIE-Lab76.32576.034525.2741

#d8b78e color RGB value is (216,183,142).

#d8b78e hex color red value is 216, green value is 183 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d8b78e hue: 0.09 , saturation: 0.49 and the lightness value of d8b78e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10110111 10001110
Octal 330 267 216
Decimal 216 183 142
Hex D8 B7 8E

RGB Percentages of Color #d8b78e

%39.93
%33.83
%26.25

CMYK Percentages of Color #d8b78e

%0
%15
%34
%15

Triadic Colors of #d8b78e

#d8b78e #8ed8b7 #b78ed8

Analogous Colors of #d8b78e

#d8b78e #d4d88e #d8928e

Monochromatic Colors of #d8b78e

#d8b78e

Complementary Color

#d8b78e #8eafd8

#d8b78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b78e Color CSS Codes

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

#d8b78e Text Font Color

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

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


#d8b78e Background Color

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

This div background color is #d8b78e


#d8b78e Border Color

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

This div border color is #d8b78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b78e

#d8b78e Color Palettes


Comments

No comments written yet.

Please login to write comment.