Color Hex Logo

#deaa2b Color Hex

#DEAA2B
(222,170,43)
0 Favorites   0 Comments

Color spaces of #deaa2b

RGB 22217043
HSL0.120.730.52
HSV43°81°87°
CMYK 0.000.230.81   0.13
XYZ44.935044.45358.4975
Yxy44.45350.45910.4541
Hunter Lab66.67353.622739.1149
CIE-Lab72.53067.912867.1702

#deaa2b color RGB value is (222,170,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 00101011
Octal 336 252 53
Decimal 222 170 43
Hex DE AA 2B

RGB Percentages of Color #deaa2b

%51.03
%39.08
%9.89

CMYK Percentages of Color #deaa2b

%0
%23
%81
%13

Triadic Colors of #deaa2b

#deaa2b #2bdeaa #aa2bde

Analogous Colors of #deaa2b

#deaa2b #b9de2b #de512b

Monochromatic Colors of #deaa2b

#deaa2b

Complementary Color

#deaa2b #2b5fde

#deaa2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaa2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaa2b Color CSS Codes

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

#deaa2b Text Font Color

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

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


#deaa2b Background Color

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

This div background color is #deaa2b


#deaa2b Border Color

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

This div border color is #deaa2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaa2b


Comments

No comments written yet.

Please login to write comment.