Color Hex Logo

#deaba0 Color Hex

#DEABA0
(222,171,160)
0 Favorites   0 Comments

Color spaces of #deaba0

RGB 222171160
HSL0.030.480.75
HSV11°28°87°
CMYK 0.000.230.28   0.13
XYZ51.032347.193539.6773
Yxy47.19350.37010.3422
Hunter Lab68.697512.378913.8444
CIE-Lab74.313417.104412.8593

#deaba0 color RGB value is (222,171,160).

#deaba0 hex color red value is 222, green value is 171 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #deaba0 hue: 0.03 , saturation: 0.48 and the lightness value of deaba0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 10100000
Octal 336 253 240
Decimal 222 171 160
Hex DE AB A0

RGB Percentages of Color #deaba0

%40.14
%30.92
%28.93

CMYK Percentages of Color #deaba0

%0
%23
%28
%13

Triadic Colors of #deaba0

#deaba0 #a0deab #aba0de

Analogous Colors of #deaba0

#deaba0 #decaa0 #dea0b4

Monochromatic Colors of #deaba0

#deaba0

Complementary Color

#deaba0 #a0d3de

#deaba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaba0 Color CSS Codes

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

#deaba0 Text Font Color

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

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


#deaba0 Background Color

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

This div background color is #deaba0


#deaba0 Border Color

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

This div border color is #deaba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaba0


Comments

No comments written yet.

Please login to write comment.