Color Hex Logo

#deac3e Color Hex

#DEAC3E
(222,172,62)
0 Favorites   0 Comments

Color spaces of #deac3e

RGB 22217262
HSL0.110.710.56
HSV41°72°87°
CMYK 0.000.230.72   0.13
XYZ45.746245.382410.9060
Yxy45.38240.44830.4448
Hunter Lab67.36653.321837.5580
CIE-Lab73.14307.603160.8127

#deac3e color RGB value is (222,172,62).

#deac3e hex color red value is 222, green value is 172 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #deac3e hue: 0.11 , saturation: 0.71 and the lightness value of deac3e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 00111110
Octal 336 254 76
Decimal 222 172 62
Hex DE AC 3E

RGB Percentages of Color #deac3e

%48.68
%37.72
%13.60

CMYK Percentages of Color #deac3e

%0
%23
%72
%13

Triadic Colors of #deac3e

#deac3e #3edeac #ac3ede

Analogous Colors of #deac3e

#deac3e #c0de3e #de5c3e

Monochromatic Colors of #deac3e

#deac3e

Complementary Color

#deac3e #3e70de

#deac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deac3e Color CSS Codes

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

#deac3e Text Font Color

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

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


#deac3e Background Color

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

This div background color is #deac3e


#deac3e Border Color

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

This div border color is #deac3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deac3e


Comments

No comments written yet.

Please login to write comment.