Color Hex Logo

#dea15e Color Hex

#DEA15E
(222,161,94)
0 Favorites   0 Comments

Color spaces of #dea15e

RGB 22216194
HSL0.090.660.62
HSV31°58°87°
CMYK 0.000.270.58   0.13
XYZ44.889541.827516.2973
Yxy41.82750.43580.4060
Hunter Lab64.674210.714730.3314
CIE-Lab70.751815.448443.3825

#dea15e color RGB value is (222,161,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 01011110
Octal 336 241 136
Decimal 222 161 94
Hex DE A1 5E

RGB Percentages of Color #dea15e

%46.54
%33.75
%19.71

CMYK Percentages of Color #dea15e

%0
%27
%58
%13

Triadic Colors of #dea15e

#dea15e #5edea1 #a15ede

Analogous Colors of #dea15e

#dea15e #dbde5e #de615e

Monochromatic Colors of #dea15e

#dea15e

Complementary Color

#dea15e #5e9bde

#dea15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea15e Color CSS Codes

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

#dea15e Text Font Color

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

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


#dea15e Background Color

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

This div background color is #dea15e


#dea15e Border Color

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

This div border color is #dea15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea15e


Comments

No comments written yet.

Please login to write comment.