Color Hex Logo

#dea35e Color Hex

#DEA35E
(222,163,94)
0 Favorites   0 Comments

Color spaces of #dea35e

RGB 22216394
HSL0.090.660.62
HSV32°58°87°
CMYK 0.000.270.58   0.13
XYZ45.241842.532116.4147
Yxy42.53210.43420.4082
Hunter Lab65.21669.699130.7287
CIE-Lab71.236214.376443.9634

#dea35e color RGB value is (222,163,94).

#dea35e hex color red value is 222, green value is 163 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dea35e hue: 0.09 , saturation: 0.66 and the lightness value of dea35e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 01011110
Octal 336 243 136
Decimal 222 163 94
Hex DE A3 5E

RGB Percentages of Color #dea35e

%46.35
%34.03
%19.62

CMYK Percentages of Color #dea35e

%0
%27
%58
%13

Triadic Colors of #dea35e

#dea35e #5edea3 #a35ede

Analogous Colors of #dea35e

#dea35e #d9de5e #de635e

Monochromatic Colors of #dea35e

#dea35e

Complementary Color

#dea35e #5e99de

#dea35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea35e Color CSS Codes

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

#dea35e Text Font Color

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

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


#dea35e Background Color

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

This div background color is #dea35e


#dea35e Border Color

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

This div border color is #dea35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea35e


Comments

No comments written yet.

Please login to write comment.