Color Hex Logo

#dea98a Color Hex

#DEA98A
(222,169,138)
0 Favorites   0 Comments

Color spaces of #dea98a

RGB 222169138
HSL0.060.560.71
HSV22°38°87°
CMYK 0.000.240.38   0.13
XYZ48.899645.740530.2963
Yxy45.74050.39140.3661
Hunter Lab67.631710.704920.7827
CIE-Lab73.376815.399323.5291

#dea98a color RGB value is (222,169,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 10001010
Octal 336 251 212
Decimal 222 169 138
Hex DE A9 8A

RGB Percentages of Color #dea98a

%41.97
%31.95
%26.09

CMYK Percentages of Color #dea98a

%0
%24
%38
%13

Triadic Colors of #dea98a

#dea98a #8adea9 #a98ade

Analogous Colors of #dea98a

#dea98a #ded38a #de8a95

Monochromatic Colors of #dea98a

#dea98a

Complementary Color

#dea98a #8abfde

#dea98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea98a Color CSS Codes

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

#dea98a Text Font Color

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

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


#dea98a Background Color

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

This div background color is #dea98a


#dea98a Border Color

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

This div border color is #dea98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea98a


Comments

No comments written yet.

Please login to write comment.