Color Hex Logo

#d8974e Color Hex

#D8974E
(216,151,78)
0 Favorites   0 Comments

Color spaces of #d8974e

RGB 21615178
HSL0.090.640.58
HSV32°64°85°
CMYK 0.000.300.64   0.15
XYZ40.760737.282212.2556
Yxy37.28220.45140.4129
Hunter Lab61.059212.306130.8409
CIE-Lab67.488217.191847.3798

#d8974e color RGB value is (216,151,78).

#d8974e hex color red value is 216, green value is 151 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d8974e hue: 0.09 , saturation: 0.64 and the lightness value of d8974e is 0.58.

The process color (four color CMYK) of #d8974e color hex is 0.00, 0.30, 0.64, 0.15. Web safe color of #d8974e is #cc9966. Color #d8974e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010111 01001110
Octal 330 227 116
Decimal 216 151 78
Hex D8 97 4E

RGB Percentages of Color #d8974e

%48.54
%33.93
%17.53

CMYK Percentages of Color #d8974e

%0
%30
%64
%15

Triadic Colors of #d8974e

#d8974e #4ed897 #974ed8

Analogous Colors of #d8974e

#d8974e #d4d84e #d8524e

Monochromatic Colors of #d8974e

#d8974e

Complementary Color

#d8974e #4e8fd8

#d8974e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8974e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8974e Color CSS Codes

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

#d8974e Text Font Color

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

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


#d8974e Background Color

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

This div background color is #d8974e


#d8974e Border Color

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

This div border color is #d8974e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8974e


Comments

No comments written yet.

Please login to write comment.