Color Hex Logo

#dea18d Color Hex

#DEA18D
(222,161,141)
0 Favorites   0 Comments

Color spaces of #dea18d

RGB 222161141
HSL0.040.550.71
HSV15°36°87°
CMYK 0.000.270.36   0.13
XYZ47.676842.942430.9752
Yxy42.94240.39210.3532
Hunter Lab65.530515.189717.8459
CIE-Lab71.515920.053019.3524

#dea18d color RGB value is (222,161,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 10001101
Octal 336 241 215
Decimal 222 161 141
Hex DE A1 8D

RGB Percentages of Color #dea18d

%42.37
%30.73
%26.91

CMYK Percentages of Color #dea18d

%0
%27
%36
%13

Triadic Colors of #dea18d

#dea18d #8ddea1 #a18dde

Analogous Colors of #dea18d

#dea18d #deca8d #de8da2

Monochromatic Colors of #dea18d

#dea18d

Complementary Color

#dea18d #8dcade

#dea18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea18d Color CSS Codes

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

#dea18d Text Font Color

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

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


#dea18d Background Color

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

This div background color is #dea18d


#dea18d Border Color

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

This div border color is #dea18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea18d


Comments

No comments written yet.

Please login to write comment.