Color Hex Logo

#deadaa Color Hex

#DEADAA
(222,173,170)
0 Favorites   0 Comments

Color spaces of #deadaa

RGB 222173170
HSL0.010.440.77
HSV23°87°
CMYK 0.000.220.23   0.13
XYZ52.323548.319044.5990
Yxy48.31900.36030.3327
Hunter Lab69.511912.716110.6177
CIE-Lab75.025717.43308.4094

#deadaa color RGB value is (222,173,170).

#deadaa hex color red value is 222, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #deadaa hue: 0.01 , saturation: 0.44 and the lightness value of deadaa is 0.77.

The process color (four color CMYK) of #deadaa color hex is 0.00, 0.22, 0.23, 0.13. Web safe color of #deadaa is #cc9999. Color #deadaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 10101010
Octal 336 255 252
Decimal 222 173 170
Hex DE AD AA

RGB Percentages of Color #deadaa

%39.29
%30.62
%30.09

CMYK Percentages of Color #deadaa

%0
%22
%23
%13

Triadic Colors of #deadaa

#deadaa #aadead #adaade

Analogous Colors of #deadaa

#deadaa #dec7aa #deaac1

Monochromatic Colors of #deadaa

#deadaa

Complementary Color

#deadaa #aadbde

#deadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#deadaa Color CSS Codes

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

#deadaa Text Font Color

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

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


#deadaa Background Color

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

This div background color is #deadaa


#deadaa Border Color

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

This div border color is #deadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deadaa

#deadaa Color Palettes


Comments

No comments written yet.

Please login to write comment.