Color Hex Logo

#deac2e Color Hex

#DEAC2E
(222,172,46)
0 Favorites   0 Comments

Color spaces of #deac2e

RGB 22217246
HSL0.120.730.53
HSV43°79°87°
CMYK 0.000.230.79   0.13
XYZ45.369945.23198.9241
Yxy45.23190.45590.4545
Hunter Lab67.25472.720239.2110
CIE-Lab73.04436.951066.6490

#deac2e color RGB value is (222,172,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 00101110
Octal 336 254 56
Decimal 222 172 46
Hex DE AC 2E

RGB Percentages of Color #deac2e

%50.45
%39.09
%10.45

CMYK Percentages of Color #deac2e

%0
%23
%79
%13

Triadic Colors of #deac2e

#deac2e #2edeac #ac2ede

Analogous Colors of #deac2e

#deac2e #b8de2e #de542e

Monochromatic Colors of #deac2e

#deac2e

Complementary Color

#deac2e #2e60de

#deac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deac2e Color CSS Codes

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

#deac2e Text Font Color

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

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


#deac2e Background Color

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

This div background color is #deac2e


#deac2e Border Color

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

This div border color is #deac2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,172,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 #deac2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deac2e


Comments

No comments written yet.

Please login to write comment.