Color Hex Logo

#dead73 Color Hex

#DEAD73
(222,173,115)
0 Favorites   0 Comments

Color spaces of #dead73

RGB 222173115
HSL0.090.620.66
HSV33°48°87°
CMYK 0.000.220.48   0.13
XYZ48.162346.654522.6865
Yxy46.65450.40990.3970
Hunter Lab68.30416.331028.1203
CIE-Lab73.968210.826436.5501

#dead73 color RGB value is (222,173,115).

#dead73 hex color red value is 222, green value is 173 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dead73 hue: 0.09 , saturation: 0.62 and the lightness value of dead73 is 0.66.

The process color (four color CMYK) of #dead73 color hex is 0.00, 0.22, 0.48, 0.13. Web safe color of #dead73 is #cc9966. Color #dead73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 01110011
Octal 336 255 163
Decimal 222 173 115
Hex DE AD 73

RGB Percentages of Color #dead73

%43.53
%33.92
%22.55

CMYK Percentages of Color #dead73

%0
%22
%48
%13

Triadic Colors of #dead73

#dead73 #73dead #ad73de

Analogous Colors of #dead73

#dead73 #dade73 #de7873

Monochromatic Colors of #dead73

#dead73

Complementary Color

#dead73 #73a4de

#dead73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead73 Color CSS Codes

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

#dead73 Text Font Color

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

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


#dead73 Background Color

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

This div background color is #dead73


#dead73 Border Color

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

This div border color is #dead73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead73


Comments

No comments written yet.

Please login to write comment.