Color Hex Logo

#d8942c Color Hex

#D8942C
(216,148,44)
0 Favorites   0 Comments

Color spaces of #d8942c

RGB 21614844
HSL0.100.690.51
HSV36°80°85°
CMYK 0.000.310.80   0.15
XYZ39.363435.96067.2493
Yxy35.96060.47670.4355
Hunter Lab59.967212.227734.8096
CIE-Lab66.489817.136561.1634

#d8942c color RGB value is (216,148,44).

#d8942c hex color red value is 216, green value is 148 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #d8942c hue: 0.10 , saturation: 0.69 and the lightness value of d8942c is 0.51.

The process color (four color CMYK) of #d8942c color hex is 0.00, 0.31, 0.80, 0.15. Web safe color of #d8942c is #cc9933. Color #d8942c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010100 00101100
Octal 330 224 54
Decimal 216 148 44
Hex D8 94 2C

RGB Percentages of Color #d8942c

%52.94
%36.27
%10.78

CMYK Percentages of Color #d8942c

%0
%31
%80
%15

Triadic Colors of #d8942c

#d8942c #2cd894 #942cd8

Analogous Colors of #d8942c

#d8942c #c6d82c #d83e2c

Monochromatic Colors of #d8942c

#d8942c

Complementary Color

#d8942c #2c70d8

#d8942c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8942c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8942c Color CSS Codes

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

#d8942c Text Font Color

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

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


#d8942c Background Color

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

This div background color is #d8942c


#d8942c Border Color

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

This div border color is #d8942c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8942c


Comments

No comments written yet.

Please login to write comment.