Color Hex Logo

#deae7e Color Hex

#DEAE7E
(222,174,126)
0 Favorites   0 Comments

Color spaces of #deae7e

RGB 222174126
HSL0.080.590.68
HSV30°43°87°
CMYK 0.000.220.43   0.13
XYZ49.026147.308126.2861
Yxy47.30810.39980.3858
Hunter Lab68.78096.865925.4877
CIE-Lab74.386411.392931.3054

#deae7e color RGB value is (222,174,126).

#deae7e hex color red value is 222, green value is 174 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #deae7e hue: 0.08 , saturation: 0.59 and the lightness value of deae7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 01111110
Octal 336 256 176
Decimal 222 174 126
Hex DE AE 7E

RGB Percentages of Color #deae7e

%42.53
%33.33
%24.14

CMYK Percentages of Color #deae7e

%0
%22
%43
%13

Triadic Colors of #deae7e

#deae7e #7edeae #ae7ede

Analogous Colors of #deae7e

#deae7e #dede7e #de7e7e

Monochromatic Colors of #deae7e

#deae7e

Complementary Color

#deae7e #7eaede

#deae7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae7e Color CSS Codes

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

#deae7e Text Font Color

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

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


#deae7e Background Color

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

This div background color is #deae7e


#deae7e Border Color

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

This div border color is #deae7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae7e


Comments

No comments written yet.

Please login to write comment.