Color Hex Logo

#dead71 Color Hex

#DEAD71
(222,173,113)
0 Favorites   0 Comments

Color spaces of #dead71

RGB 222173113
HSL0.090.620.66
HSV33°49°87°
CMYK 0.000.220.49   0.13
XYZ48.048446.609022.0868
Yxy46.60900.41160.3992
Hunter Lab68.27086.152928.6082
CIE-Lab73.939010.638037.5537

#dead71 color RGB value is (222,173,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 01110001
Octal 336 255 161
Decimal 222 173 113
Hex DE AD 71

RGB Percentages of Color #dead71

%43.70
%34.06
%22.24

CMYK Percentages of Color #dead71

%0
%22
%49
%13

Triadic Colors of #dead71

#dead71 #71dead #ad71de

Analogous Colors of #dead71

#dead71 #d9de71 #de7771

Monochromatic Colors of #dead71

#dead71

Complementary Color

#dead71 #71a2de

#dead71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead71 Color CSS Codes

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

#dead71 Text Font Color

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

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


#dead71 Background Color

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

This div background color is #dead71


#dead71 Border Color

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

This div border color is #dead71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead71


Comments

No comments written yet.

Please login to write comment.