Color Hex Logo

#dea58e Color Hex

#DEA58E
(222,165,142)
0 Favorites   0 Comments

Color spaces of #dea58e

RGB 222165142
HSL0.050.550.71
HSV17°36°87°
CMYK 0.000.260.36   0.13
XYZ48.461844.392931.6056
Yxy44.39290.38940.3567
Hunter Lab66.628013.232818.5148
CIE-Lab72.490318.021220.1462

#dea58e color RGB value is (222,165,142).

#dea58e hex color red value is 222, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dea58e hue: 0.05 , saturation: 0.55 and the lightness value of dea58e is 0.71.

The process color (four color CMYK) of #dea58e color hex is 0.00, 0.26, 0.36, 0.13. Web safe color of #dea58e is #cc9999. Color #dea58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 10001110
Octal 336 245 216
Decimal 222 165 142
Hex DE A5 8E

RGB Percentages of Color #dea58e

%41.97
%31.19
%26.84

CMYK Percentages of Color #dea58e

%0
%26
%36
%13

Triadic Colors of #dea58e

#dea58e #8edea5 #a58ede

Analogous Colors of #dea58e

#dea58e #decd8e #de8e9f

Monochromatic Colors of #dea58e

#dea58e

Complementary Color

#dea58e #8ec7de

#dea58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea58e Color CSS Codes

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

#dea58e Text Font Color

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

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


#dea58e Background Color

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

This div background color is #dea58e


#dea58e Border Color

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

This div border color is #dea58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea58e


Comments

No comments written yet.

Please login to write comment.