Color Hex Logo

#dea380 Color Hex

#DEA380
(222,163,128)
0 Favorites   0 Comments

Color spaces of #dea380

RGB 222163128
HSL0.060.590.69
HSV22°42°87°
CMYK 0.000.270.42   0.13
XYZ47.117743.282526.2931
Yxy43.28250.40380.3709
Hunter Lab65.789412.708322.3570
CIE-Lab71.746317.500726.7424

#dea380 color RGB value is (222,163,128).

#dea380 hex color red value is 222, green value is 163 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dea380 hue: 0.06 , saturation: 0.59 and the lightness value of dea380 is 0.69.

The process color (four color CMYK) of #dea380 color hex is 0.00, 0.27, 0.42, 0.13. Web safe color of #dea380 is #cc9999. Color #dea380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 10000000
Octal 336 243 200
Decimal 222 163 128
Hex DE A3 80

RGB Percentages of Color #dea380

%43.27
%31.77
%24.95

CMYK Percentages of Color #dea380

%0
%27
%42
%13

Triadic Colors of #dea380

#dea380 #80dea3 #a380de

Analogous Colors of #dea380

#dea380 #ded280 #de808c

Monochromatic Colors of #dea380

#dea380

Complementary Color

#dea380 #80bbde

#dea380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea380 Color CSS Codes

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

#dea380 Text Font Color

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

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


#dea380 Background Color

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

This div background color is #dea380


#dea380 Border Color

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

This div border color is #dea380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea380

#dea380 Color Palettes


Comments

No comments written yet.

Please login to write comment.