Color Hex Logo

#deaa14 Color Hex

#DEAA14
(222,170,20)
0 Favorites   0 Comments

Color spaces of #deaa14

RGB 22217020
HSL0.120.830.47
HSV45°91°87°
CMYK 0.000.230.91   0.13
XYZ44.625244.32966.8663
Yxy44.32960.46570.4626
Hunter Lab66.58053.122840.4919
CIE-Lab72.44837.370572.8901

#deaa14 color RGB value is (222,170,20).

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

The process color (four color CMYK) of #deaa14 color hex is 0.00, 0.23, 0.91, 0.13. Web safe color of #deaa14 is #cc9900. Color #deaa14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 00010100
Octal 336 252 24
Decimal 222 170 20
Hex DE AA 14

RGB Percentages of Color #deaa14

%53.88
%41.26
%4.85

CMYK Percentages of Color #deaa14

%0
%23
%91
%13

Triadic Colors of #deaa14

#deaa14 #14deaa #aa14de

Analogous Colors of #deaa14

#deaa14 #adde14 #de4514

Monochromatic Colors of #deaa14

#deaa14

Complementary Color

#deaa14 #1448de

#deaa14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaa14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaa14 Color CSS Codes

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

#deaa14 Text Font Color

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

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


#deaa14 Background Color

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

This div background color is #deaa14


#deaa14 Border Color

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

This div border color is #deaa14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaa14


Comments

No comments written yet.

Please login to write comment.