Color Hex Logo

#deaba9 Color Hex

#DEABA9
(222,171,169)
0 Favorites   0 Comments

Color spaces of #deaba9

RGB 222171169
HSL0.010.450.77
HSV24°87°
CMYK 0.000.230.24   0.13
XYZ51.848547.520043.9757
Yxy47.52000.36170.3315
Hunter Lab68.934813.621010.4313
CIE-Lab74.521218.36388.2347

#deaba9 color RGB value is (222,171,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 10101001
Octal 336 253 251
Decimal 222 171 169
Hex DE AB A9

RGB Percentages of Color #deaba9

%39.50
%30.43
%30.07

CMYK Percentages of Color #deaba9

%0
%23
%24
%13

Triadic Colors of #deaba9

#deaba9 #a9deab #aba9de

Analogous Colors of #deaba9

#deaba9 #dec6a9 #dea9c2

Monochromatic Colors of #deaba9

#deaba9

Complementary Color

#deaba9 #a9dcde

#deaba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaba9 Color CSS Codes

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

#deaba9 Text Font Color

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

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


#deaba9 Background Color

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

This div background color is #deaba9


#deaba9 Border Color

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

This div border color is #deaba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaba9


Comments

No comments written yet.

Please login to write comment.