Color Hex Logo

#deae6f Color Hex

#DEAE6F
(222,174,111)
0 Favorites   0 Comments

Color spaces of #deae6f

RGB 222174111
HSL0.090.630.65
HSV34°50°87°
CMYK 0.000.220.50   0.13
XYZ48.129546.949421.5644
Yxy46.94940.41260.4025
Hunter Lab68.51965.472529.3041
CIE-Lab74.15749.920538.8642

#deae6f color RGB value is (222,174,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 01101111
Octal 336 256 157
Decimal 222 174 111
Hex DE AE 6F

RGB Percentages of Color #deae6f

%43.79
%34.32
%21.89

CMYK Percentages of Color #deae6f

%0
%22
%50
%13

Triadic Colors of #deae6f

#deae6f #6fdeae #ae6fde

Analogous Colors of #deae6f

#deae6f #d7de6f #de776f

Monochromatic Colors of #deae6f

#deae6f

Complementary Color

#deae6f #6f9fde

#deae6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae6f Color CSS Codes

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

#deae6f Text Font Color

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

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


#deae6f Background Color

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

This div background color is #deae6f


#deae6f Border Color

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

This div border color is #deae6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae6f


Comments

No comments written yet.

Please login to write comment.