Color Hex Logo

#dea176 Color Hex

#DEA176
(222,161,118)
0 Favorites   0 Comments

Color spaces of #dea176

RGB 222161118
HSL0.070.610.67
HSV25°47°87°
CMYK 0.000.270.47   0.13
XYZ46.139142.327322.8777
Yxy42.32730.41440.3801
Hunter Lab65.059412.735324.6927
CIE-Lab71.096017.544931.2658

#dea176 color RGB value is (222,161,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 01110110
Octal 336 241 166
Decimal 222 161 118
Hex DE A1 76

RGB Percentages of Color #dea176

%44.31
%32.14
%23.55

CMYK Percentages of Color #dea176

%0
%27
%47
%13

Triadic Colors of #dea176

#dea176 #76dea1 #a176de

Analogous Colors of #dea176

#dea176 #ded576 #de767f

Monochromatic Colors of #dea176

#dea176

Complementary Color

#dea176 #76b3de

#dea176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea176 Color CSS Codes

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

#dea176 Text Font Color

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

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


#dea176 Background Color

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

This div background color is #dea176


#dea176 Border Color

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

This div border color is #dea176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea176


Comments

No comments written yet.

Please login to write comment.