Color Hex Logo

#dea85e Color Hex

#DEA85E
(222,168,94)
0 Favorites   0 Comments

Color spaces of #dea85e

RGB 22216894
HSL0.100.660.62
HSV35°58°87°
CMYK 0.000.240.58   0.13
XYZ46.147244.343016.7165
Yxy44.34300.43050.4136
Hunter Lab66.59057.166931.7296
CIE-Lab72.457211.700845.4200

#dea85e color RGB value is (222,168,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 01011110
Octal 336 250 136
Decimal 222 168 94
Hex DE A8 5E

RGB Percentages of Color #dea85e

%45.87
%34.71
%19.42

CMYK Percentages of Color #dea85e

%0
%24
%58
%13

Triadic Colors of #dea85e

#dea85e #5edea8 #a85ede

Analogous Colors of #dea85e

#dea85e #d4de5e #de685e

Monochromatic Colors of #dea85e

#dea85e

Complementary Color

#dea85e #5e94de

#dea85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea85e Color CSS Codes

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

#dea85e Text Font Color

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

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


#dea85e Background Color

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

This div background color is #dea85e


#dea85e Border Color

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

This div border color is #dea85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea85e


Comments

No comments written yet.

Please login to write comment.