Color Hex Logo

#deadab Color Hex

#DEADAB
(222,173,171)
0 Favorites   0 Comments

Color spaces of #deadab

RGB 222173171
HSL0.010.440.77
HSV23°87°
CMYK 0.000.220.23   0.13
XYZ52.418548.357045.0992
Yxy48.35700.35930.3315
Hunter Lab69.539212.859310.2253
CIE-Lab75.049517.57807.8973

#deadab color RGB value is (222,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 10101011
Octal 336 255 253
Decimal 222 173 171
Hex DE AD AB

RGB Percentages of Color #deadab

%39.22
%30.57
%30.21

CMYK Percentages of Color #deadab

%0
%22
%23
%13

Triadic Colors of #deadab

#deadab #abdead #adabde

Analogous Colors of #deadab

#deadab #dec7ab #deabc3

Monochromatic Colors of #deadab

#deadab

Complementary Color

#deadab #abdcde

#deadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#deadab Color CSS Codes

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

#deadab Text Font Color

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

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


#deadab Background Color

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

This div background color is #deadab


#deadab Border Color

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

This div border color is #deadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deadab


Comments

No comments written yet.

Please login to write comment.