Color Hex Logo

#d8886f Color Hex

#D8886F
(216,136,111)
0 Favorites   0 Comments

Color spaces of #d8886f

RGB 216136111
HSL0.040.570.64
HSV14°49°85°
CMYK 0.000.370.49   0.15
XYZ39.992333.354919.3692
Yxy33.35490.43130.3598
Hunter Lab57.753722.535720.5432
CIE-Lab64.447327.915026.2208

#d8886f color RGB value is (216,136,111).

#d8886f hex color red value is 216, green value is 136 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d8886f hue: 0.04 , saturation: 0.57 and the lightness value of d8886f is 0.64.

The process color (four color CMYK) of #d8886f color hex is 0.00, 0.37, 0.49, 0.15. Web safe color of #d8886f is #cc9966. Color #d8886f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001000 01101111
Octal 330 210 157
Decimal 216 136 111
Hex D8 88 6F

RGB Percentages of Color #d8886f

%46.65
%29.37
%23.97

CMYK Percentages of Color #d8886f

%0
%37
%49
%15

Triadic Colors of #d8886f

#d8886f #6fd888 #886fd8

Analogous Colors of #d8886f

#d8886f #d8bd6f #d86f8b

Monochromatic Colors of #d8886f

#d8886f

Complementary Color

#d8886f #6fbfd8

#d8886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8886f Color CSS Codes

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

#d8886f Text Font Color

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

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


#d8886f Background Color

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

This div background color is #d8886f


#d8886f Border Color

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

This div border color is #d8886f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8886f


Comments

No comments written yet.

Please login to write comment.