Color Hex Logo

#deaa3e Color Hex

#DEAA3E
(222,170,62)
0 Favorites   0 Comments

Color spaces of #deaa3e

RGB 22217062
HSL0.110.710.56
HSV41°72°87°
CMYK 0.000.230.72   0.13
XYZ45.368444.626810.7801
Yxy44.62680.45020.4428
Hunter Lab66.80334.319737.1946
CIE-Lab72.64558.665960.3138

#deaa3e color RGB value is (222,170,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 00111110
Octal 336 252 76
Decimal 222 170 62
Hex DE AA 3E

RGB Percentages of Color #deaa3e

%48.90
%37.44
%13.66

CMYK Percentages of Color #deaa3e

%0
%23
%72
%13

Triadic Colors of #deaa3e

#deaa3e #3edeaa #aa3ede

Analogous Colors of #deaa3e

#deaa3e #c2de3e #de5a3e

Monochromatic Colors of #deaa3e

#deaa3e

Complementary Color

#deaa3e #3e72de

#deaa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaa3e Color CSS Codes

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

#deaa3e Text Font Color

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

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


#deaa3e Background Color

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

This div background color is #deaa3e


#deaa3e Border Color

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

This div border color is #deaa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaa3e


Comments

No comments written yet.

Please login to write comment.