Color Hex Logo

#deae74 Color Hex

#DEAE74
(222,174,116)
0 Favorites   0 Comments

Color spaces of #deae74

RGB 222174116
HSL0.090.620.66
HSV33°48°87°
CMYK 0.000.220.48   0.13
XYZ48.412647.062723.0554
Yxy47.06270.40840.3971
Hunter Lab68.60235.913528.0958
CIE-Lab74.229910.388036.3620

#deae74 color RGB value is (222,174,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 01110100
Octal 336 256 164
Decimal 222 174 116
Hex DE AE 74

RGB Percentages of Color #deae74

%43.36
%33.98
%22.66

CMYK Percentages of Color #deae74

%0
%22
%48
%13

Triadic Colors of #deae74

#deae74 #74deae #ae74de

Analogous Colors of #deae74

#deae74 #d9de74 #de7974

Monochromatic Colors of #deae74

#deae74

Complementary Color

#deae74 #74a4de

#deae74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae74 Color CSS Codes

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

#deae74 Text Font Color

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

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


#deae74 Background Color

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

This div background color is #deae74


#deae74 Border Color

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

This div border color is #deae74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae74


Comments

No comments written yet.

Please login to write comment.