Color Hex Logo

#d8998f Color Hex

#D8998F
(216,153,143)
0 Favorites   0 Comments

Color spaces of #d8998f

RGB 216153143
HSL0.020.480.70
HSV34°85°
CMYK 0.000.290.34   0.15
XYZ44.668139.364631.2305
Yxy39.36460.38750.3415
Hunter Lab62.741217.284514.4063
CIE-Lab69.014622.295414.6794

#d8998f color RGB value is (216,153,143).

#d8998f hex color red value is 216, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d8998f hue: 0.02 , saturation: 0.48 and the lightness value of d8998f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011001 10001111
Octal 330 231 217
Decimal 216 153 143
Hex D8 99 8F

RGB Percentages of Color #d8998f

%42.19
%29.88
%27.93

CMYK Percentages of Color #d8998f

%0
%29
%34
%15

Triadic Colors of #d8998f

#d8998f #8fd899 #998fd8

Analogous Colors of #d8998f

#d8998f #d8be8f #d88faa

Monochromatic Colors of #d8998f

#d8998f

Complementary Color

#d8998f #8fced8

#d8998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8998f Color CSS Codes

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

#d8998f Text Font Color

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

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


#d8998f Background Color

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

This div background color is #d8998f


#d8998f Border Color

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

This div border color is #d8998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8998f


Comments

No comments written yet.

Please login to write comment.