Color Hex Logo

#dea05a Color Hex

#DEA05A
(222,160,90)
0 Favorites   0 Comments

Color spaces of #dea05a

RGB 22216090
HSL0.090.670.61
HSV32°59°87°
CMYK 0.000.280.59   0.13
XYZ44.540541.409415.3181
Yxy41.40940.43980.4089
Hunter Lab64.350110.937630.9315
CIE-Lab70.461815.686745.0533

#dea05a color RGB value is (222,160,90).

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

The process color (four color CMYK) of #dea05a color hex is 0.00, 0.28, 0.59, 0.13. Web safe color of #dea05a is #cc9966. Color #dea05a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 01011010
Octal 336 240 132
Decimal 222 160 90
Hex DE A0 5A

RGB Percentages of Color #dea05a

%47.03
%33.90
%19.07

CMYK Percentages of Color #dea05a

%0
%28
%59
%13

Triadic Colors of #dea05a

#dea05a #5adea0 #a05ade

Analogous Colors of #dea05a

#dea05a #dade5a #de5e5a

Monochromatic Colors of #dea05a

#dea05a

Complementary Color

#dea05a #5a98de

#dea05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea05a Color CSS Codes

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

#dea05a Text Font Color

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

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


#dea05a Background Color

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

This div background color is #dea05a


#dea05a Border Color

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

This div border color is #dea05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea05a


Comments

No comments written yet.

Please login to write comment.