Color Hex Logo

#deae6e Color Hex

#DEAE6E
(222,174,110)
0 Favorites   0 Comments

Color spaces of #deae6e

RGB 222174110
HSL0.100.630.65
HSV34°50°87°
CMYK 0.000.220.50   0.13
XYZ48.074746.927521.2760
Yxy46.92750.41340.4036
Hunter Lab68.50365.386929.5381
CIE-Lab74.14349.829639.3621

#deae6e color RGB value is (222,174,110).

#deae6e hex color red value is 222, green value is 174 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #deae6e hue: 0.10 , saturation: 0.63 and the lightness value of deae6e is 0.65.

The process color (four color CMYK) of #deae6e color hex is 0.00, 0.22, 0.50, 0.13. Web safe color of #deae6e is #cc9966. Color #deae6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 01101110
Octal 336 256 156
Decimal 222 174 110
Hex DE AE 6E

RGB Percentages of Color #deae6e

%43.87
%34.39
%21.74

CMYK Percentages of Color #deae6e

%0
%22
%50
%13

Triadic Colors of #deae6e

#deae6e #6edeae #ae6ede

Analogous Colors of #deae6e

#deae6e #d6de6e #de766e

Monochromatic Colors of #deae6e

#deae6e

Complementary Color

#deae6e #6e9ede

#deae6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae6e Color CSS Codes

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

#deae6e Text Font Color

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

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


#deae6e Background Color

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

This div background color is #deae6e


#deae6e Border Color

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

This div border color is #deae6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae6e


Comments

No comments written yet.

Please login to write comment.