Color Hex Logo

#deaa76 Color Hex

#DEAA76
(222,170,118)
0 Favorites   0 Comments

Color spaces of #deaa76

RGB 222170118
HSL0.080.610.67
HSV30°47°87°
CMYK 0.000.230.47   0.13
XYZ47.768945.587123.4210
Yxy45.58710.40910.3904
Hunter Lab67.51828.131226.6960
CIE-Lab73.276812.718434.0920

#deaa76 color RGB value is (222,170,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 01110110
Octal 336 252 166
Decimal 222 170 118
Hex DE AA 76

RGB Percentages of Color #deaa76

%43.53
%33.33
%23.14

CMYK Percentages of Color #deaa76

%0
%23
%47
%13

Triadic Colors of #deaa76

#deaa76 #76deaa #aa76de

Analogous Colors of #deaa76

#deaa76 #dede76 #de7676

Monochromatic Colors of #deaa76

#deaa76

Complementary Color

#deaa76 #76aade

#deaa76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaa76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaa76 Color CSS Codes

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

#deaa76 Text Font Color

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

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


#deaa76 Background Color

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

This div background color is #deaa76


#deaa76 Border Color

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

This div border color is #deaa76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaa76


Comments

No comments written yet.

Please login to write comment.