Color Hex Logo

#dea48d Color Hex

#DEA48D
(222,164,141)
0 Favorites   0 Comments

Color spaces of #dea48d

RGB 222164141
HSL0.050.550.71
HSV17°36°87°
CMYK 0.000.260.36   0.13
XYZ48.207444.003631.1520
Yxy44.00360.39080.3567
Hunter Lab66.335213.633618.5912
CIE-Lab72.230918.439220.3354

#dea48d color RGB value is (222,164,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100100 10001101
Octal 336 244 215
Decimal 222 164 141
Hex DE A4 8D

RGB Percentages of Color #dea48d

%42.13
%31.12
%26.76

CMYK Percentages of Color #dea48d

%0
%26
%36
%13

Triadic Colors of #dea48d

#dea48d #8ddea4 #a48dde

Analogous Colors of #dea48d

#dea48d #decd8d #de8d9f

Monochromatic Colors of #dea48d

#dea48d

Complementary Color

#dea48d #8dc7de

#dea48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea48d Color CSS Codes

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

#dea48d Text Font Color

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

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


#dea48d Background Color

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

This div background color is #dea48d


#dea48d Border Color

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

This div border color is #dea48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea48d


Comments

No comments written yet.

Please login to write comment.