Color Hex Logo

#dead74 Color Hex

#DEAD74
(222,173,116)
0 Favorites   0 Comments

Color spaces of #dead74

RGB 222173116
HSL0.090.620.66
HSV32°48°87°
CMYK 0.000.220.48   0.13
XYZ48.220246.677722.9912
Yxy46.67770.40900.3959
Hunter Lab68.32116.421327.8727
CIE-Lab73.983110.921836.0473

#dead74 color RGB value is (222,173,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 01110100
Octal 336 255 164
Decimal 222 173 116
Hex DE AD 74

RGB Percentages of Color #dead74

%43.44
%33.86
%22.70

CMYK Percentages of Color #dead74

%0
%22
%48
%13

Triadic Colors of #dead74

#dead74 #74dead #ad74de

Analogous Colors of #dead74

#dead74 #dade74 #de7874

Monochromatic Colors of #dead74

#dead74

Complementary Color

#dead74 #74a5de

#dead74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead74 Color CSS Codes

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

#dead74 Text Font Color

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

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


#dead74 Background Color

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

This div background color is #dead74


#dead74 Border Color

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

This div border color is #dead74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead74


Comments

No comments written yet.

Please login to write comment.