Color Hex Logo

#dea38d Color Hex

#DEA38D
(222,163,141)
0 Favorites   0 Comments

Color spaces of #dea38d

RGB 222163141
HSL0.050.550.71
HSV16°36°87°
CMYK 0.000.270.36   0.13
XYZ48.029143.647131.0926
Yxy43.64710.39120.3555
Hunter Lab66.066014.151818.3425
CIE-Lab71.992018.976920.0073

#dea38d color RGB value is (222,163,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 10001101
Octal 336 243 215
Decimal 222 163 141
Hex DE A3 8D

RGB Percentages of Color #dea38d

%42.21
%30.99
%26.81

CMYK Percentages of Color #dea38d

%0
%27
%36
%13

Triadic Colors of #dea38d

#dea38d #8ddea3 #a38dde

Analogous Colors of #dea38d

#dea38d #decc8d #de8da0

Monochromatic Colors of #dea38d

#dea38d

Complementary Color

#dea38d #8dc8de

#dea38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea38d Color CSS Codes

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

#dea38d Text Font Color

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

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


#dea38d Background Color

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

This div background color is #dea38d


#dea38d Border Color

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

This div border color is #dea38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea38d


Comments

No comments written yet.

Please login to write comment.