Color Hex Logo

#deae76 Color Hex

#DEAE76
(222,174,118)
0 Favorites   0 Comments

Color spaces of #deae76

RGB 222174118
HSL0.090.610.67
HSV32°47°87°
CMYK 0.000.220.47   0.13
XYZ48.530347.109723.6748
Yxy47.10970.40670.3948
Hunter Lab68.63656.096827.5946
CIE-Lab74.259910.581935.3556

#deae76 color RGB value is (222,174,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 01110110
Octal 336 256 166
Decimal 222 174 118
Hex DE AE 76

RGB Percentages of Color #deae76

%43.19
%33.85
%22.96

CMYK Percentages of Color #deae76

%0
%22
%47
%13

Triadic Colors of #deae76

#deae76 #76deae #ae76de

Analogous Colors of #deae76

#deae76 #dade76 #de7a76

Monochromatic Colors of #deae76

#deae76

Complementary Color

#deae76 #76a6de

#deae76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae76 Color CSS Codes

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

#deae76 Text Font Color

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

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


#deae76 Background Color

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

This div background color is #deae76


#deae76 Border Color

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

This div border color is #deae76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae76


Comments

No comments written yet.

Please login to write comment.