Color Hex Logo

#dead47 Color Hex

#DEAD47
(222,173,71)
0 Favorites   0 Comments

Color spaces of #dead47

RGB 22217371
HSL0.110.700.57
HSV41°68°87°
CMYK 0.000.220.68   0.13
XYZ46.205145.871712.3801
Yxy45.87170.44230.4391
Hunter Lab67.72863.249236.5725
CIE-Lab73.46227.533057.3539

#dead47 color RGB value is (222,173,71).

#dead47 hex color red value is 222, green value is 173 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dead47 hue: 0.11 , saturation: 0.70 and the lightness value of dead47 is 0.57.

The process color (four color CMYK) of #dead47 color hex is 0.00, 0.22, 0.68, 0.13. Web safe color of #dead47 is #cc9933. Color #dead47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 01000111
Octal 336 255 107
Decimal 222 173 71
Hex DE AD 47

RGB Percentages of Color #dead47

%47.64
%37.12
%15.24

CMYK Percentages of Color #dead47

%0
%22
%68
%13

Triadic Colors of #dead47

#dead47 #47dead #ad47de

Analogous Colors of #dead47

#dead47 #c4de47 #de6247

Monochromatic Colors of #dead47

#dead47

Complementary Color

#dead47 #4778de

#dead47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead47 Color CSS Codes

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

#dead47 Text Font Color

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

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


#dead47 Background Color

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

This div background color is #dead47


#dead47 Border Color

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

This div border color is #dead47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,173,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dead47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dead47;
  -webkit-box-shadow: 1px 1px 3px 2px #dead47;
  box-shadow:         1px 1px 3px 2px #dead47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,173,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead47


Comments

No comments written yet.

Please login to write comment.