Color Hex Logo

#deae2e Color Hex

#DEAE2E
(222,174,46)
0 Favorites   0 Comments

Color spaces of #deae2e

RGB 22217446
HSL0.120.730.53
HSV44°79°87°
CMYK 0.000.220.79   0.13
XYZ45.753445.99909.0520
Yxy45.99900.45390.4563
Hunter Lab67.82261.727439.5626
CIE-Lab73.54495.891367.0990

#deae2e color RGB value is (222,174,46).

#deae2e hex color red value is 222, green value is 174 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #deae2e hue: 0.12 , saturation: 0.73 and the lightness value of deae2e is 0.53.

The process color (four color CMYK) of #deae2e color hex is 0.00, 0.22, 0.79, 0.13. Web safe color of #deae2e is #cc9933. Color #deae2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 00101110
Octal 336 256 56
Decimal 222 174 46
Hex DE AE 2E

RGB Percentages of Color #deae2e

%50.23
%39.37
%10.41

CMYK Percentages of Color #deae2e

%0
%22
%79
%13

Triadic Colors of #deae2e

#deae2e #2edeae #ae2ede

Analogous Colors of #deae2e

#deae2e #b6de2e #de562e

Monochromatic Colors of #deae2e

#deae2e

Complementary Color

#deae2e #2e5ede

#deae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae2e Color CSS Codes

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

#deae2e Text Font Color

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

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


#deae2e Background Color

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

This div background color is #deae2e


#deae2e Border Color

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

This div border color is #deae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae2e


Comments

No comments written yet.

Please login to write comment.