Color Hex Logo

#dea68a Color Hex

#DEA68A
(222,166,138)
0 Favorites   0 Comments

Color spaces of #dea68a

RGB 222166138
HSL0.060.560.71
HSV20°38°87°
CMYK 0.000.250.38   0.13
XYZ48.347944.637030.1124
Yxy44.63700.39280.3626
Hunter Lab66.810912.252920.0450
CIE-Lab72.652217.010222.5445

#dea68a color RGB value is (222,166,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 10001010
Octal 336 246 212
Decimal 222 166 138
Hex DE A6 8A

RGB Percentages of Color #dea68a

%42.21
%31.56
%26.24

CMYK Percentages of Color #dea68a

%0
%25
%38
%13

Triadic Colors of #dea68a

#dea68a #8adea6 #a68ade

Analogous Colors of #dea68a

#dea68a #ded08a #de8a98

Monochromatic Colors of #dea68a

#dea68a

Complementary Color

#dea68a #8ac2de

#dea68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea68a Color CSS Codes

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

#dea68a Text Font Color

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

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


#dea68a Background Color

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

This div background color is #dea68a


#dea68a Border Color

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

This div border color is #dea68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea68a


Comments

No comments written yet.

Please login to write comment.