Color Hex Logo

#dea58c Color Hex

#DEA58C
(222,165,140)
0 Favorites   0 Comments

Color spaces of #dea58c

RGB 222165140
HSL0.050.550.71
HSV18°37°87°
CMYK 0.000.260.37   0.13
XYZ48.313044.333330.8218
Yxy44.33330.39130.3591
Hunter Lab66.583312.999419.1626
CIE-Lab72.450717.782721.1817

#dea58c color RGB value is (222,165,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 10001100
Octal 336 245 214
Decimal 222 165 140
Hex DE A5 8C

RGB Percentages of Color #dea58c

%42.13
%31.31
%26.57

CMYK Percentages of Color #dea58c

%0
%26
%37
%13

Triadic Colors of #dea58c

#dea58c #8cdea5 #a58cde

Analogous Colors of #dea58c

#dea58c #dece8c #de8c9c

Monochromatic Colors of #dea58c

#dea58c

Complementary Color

#dea58c #8cc5de

#dea58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea58c Color CSS Codes

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

#dea58c Text Font Color

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

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


#dea58c Background Color

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

This div background color is #dea58c


#dea58c Border Color

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

This div border color is #dea58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea58c


Comments

No comments written yet.

Please login to write comment.