Color Hex Logo

#deac76 Color Hex

#DEAC76
(222,172,118)
0 Favorites   0 Comments

Color spaces of #deac76

RGB 222172118
HSL0.090.610.67
HSV31°47°87°
CMYK 0.000.230.47   0.13
XYZ48.146746.342623.5470
Yxy46.34260.40790.3926
Hunter Lab68.07547.113227.1446
CIE-Lab73.767311.649534.7231

#deac76 color RGB value is (222,172,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 01110110
Octal 336 254 166
Decimal 222 172 118
Hex DE AC 76

RGB Percentages of Color #deac76

%43.36
%33.59
%23.05

CMYK Percentages of Color #deac76

%0
%23
%47
%13

Triadic Colors of #deac76

#deac76 #76deac #ac76de

Analogous Colors of #deac76

#deac76 #dcde76 #de7876

Monochromatic Colors of #deac76

#deac76

Complementary Color

#deac76 #76a8de

#deac76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deac76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deac76 Color CSS Codes

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

#deac76 Text Font Color

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

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


#deac76 Background Color

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

This div background color is #deac76


#deac76 Border Color

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

This div border color is #deac76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,172,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 #deac76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deac76


Comments

No comments written yet.

Please login to write comment.