Color Hex Logo

#dea38a Color Hex

#DEA38A
(222,163,138)
0 Favorites   0 Comments

Color spaces of #dea38a

RGB 222163138
HSL0.050.560.71
HSV18°38°87°
CMYK 0.000.270.38   0.13
XYZ47.808843.559029.9327
Yxy43.55900.39410.3591
Hunter Lab65.999213.803919.3096
CIE-Lab71.932718.622421.5637

#dea38a color RGB value is (222,163,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 10001010
Octal 336 243 212
Decimal 222 163 138
Hex DE A3 8A

RGB Percentages of Color #dea38a

%42.45
%31.17
%26.39

CMYK Percentages of Color #dea38a

%0
%27
%38
%13

Triadic Colors of #dea38a

#dea38a #8adea3 #a38ade

Analogous Colors of #dea38a

#dea38a #decd8a #de8a9b

Monochromatic Colors of #dea38a

#dea38a

Complementary Color

#dea38a #8ac5de

#dea38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea38a Color CSS Codes

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

#dea38a Text Font Color

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

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


#dea38a Background Color

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

This div background color is #dea38a


#dea38a Border Color

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

This div border color is #dea38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea38a


Comments

No comments written yet.

Please login to write comment.