Color Hex Logo

#dead2c Color Hex

#DEAD2C
(222,173,44)
1 Favorites   0 Comments

Color spaces of #dead2c

RGB 22217344
HSL0.120.730.52
HSV43°80°87°
CMYK 0.000.220.80   0.13
XYZ45.522445.59868.7850
Yxy45.59860.45570.4564
Hunter Lab67.52672.162039.5553
CIE-Lab73.28436.353967.5166

#dead2c color RGB value is (222,173,44).

#dead2c hex color red value is 222, green value is 173 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dead2c hue: 0.12 , saturation: 0.73 and the lightness value of dead2c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 00101100
Octal 336 255 54
Decimal 222 173 44
Hex DE AD 2C

RGB Percentages of Color #dead2c

%50.57
%39.41
%10.02

CMYK Percentages of Color #dead2c

%0
%22
%80
%13

Triadic Colors of #dead2c

#dead2c #2cdead #ad2cde

Analogous Colors of #dead2c

#dead2c #b6de2c #de542c

Monochromatic Colors of #dead2c

#dead2c

Complementary Color

#dead2c #2c5dde

#dead2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead2c Color CSS Codes

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

#dead2c Text Font Color

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

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


#dead2c Background Color

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

This div background color is #dead2c


#dead2c Border Color

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

This div border color is #dead2c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,173,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 #dead2c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead2c


Comments

No comments written yet.

Please login to write comment.