Color Hex Logo

#deaa7c Color Hex

#DEAA7C
(222,170,124)
0 Favorites   0 Comments

Color spaces of #deaa7c

RGB 222170124
HSL0.080.600.68
HSV28°44°87°
CMYK 0.000.230.44   0.13
XYZ48.137045.734325.3593
Yxy45.73430.40370.3836
Hunter Lab67.62718.708825.1060
CIE-Lab73.372813.323131.0389

#deaa7c color RGB value is (222,170,124).

#deaa7c hex color red value is 222, green value is 170 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #deaa7c hue: 0.08 , saturation: 0.60 and the lightness value of deaa7c is 0.68.

The process color (four color CMYK) of #deaa7c color hex is 0.00, 0.23, 0.44, 0.13. Web safe color of #deaa7c is #cc9966. Color #deaa7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 01111100
Octal 336 252 174
Decimal 222 170 124
Hex DE AA 7C

RGB Percentages of Color #deaa7c

%43.02
%32.95
%24.03

CMYK Percentages of Color #deaa7c

%0
%23
%44
%13

Triadic Colors of #deaa7c

#deaa7c #7cdeaa #aa7cde

Analogous Colors of #deaa7c

#deaa7c #dedb7c #de7c7f

Monochromatic Colors of #deaa7c

#deaa7c

Complementary Color

#deaa7c #7cb0de

#deaa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaa7c Color CSS Codes

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

#deaa7c Text Font Color

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

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


#deaa7c Background Color

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

This div background color is #deaa7c


#deaa7c Border Color

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

This div border color is #deaa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaa7c


Comments

No comments written yet.

Please login to write comment.