Color Hex Logo

#dea00e Color Hex

#DEA00E
(222,160,14)
0 Favorites   0 Comments

Color spaces of #dea00e

RGB 22216014
HSL0.120.880.46
HSV42°94°87°
CMYK 0.000.280.94   0.13
XYZ42.774340.70296.0175
Yxy40.70290.47800.4548
Hunter Lab63.79888.028439.0669
CIE-Lab69.967312.615672.0381

#dea00e color RGB value is (222,160,14).

#dea00e hex color red value is 222, green value is 160 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dea00e hue: 0.12 , saturation: 0.88 and the lightness value of dea00e is 0.46.

The process color (four color CMYK) of #dea00e color hex is 0.00, 0.28, 0.94, 0.13. Web safe color of #dea00e is #cc9900. Color #dea00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 00001110
Octal 336 240 16
Decimal 222 160 14
Hex DE A0 E

RGB Percentages of Color #dea00e

%56.06
%40.40
%3.54

CMYK Percentages of Color #dea00e

%0
%28
%94
%13

Triadic Colors of #dea00e

#dea00e #0edea0 #a00ede

Analogous Colors of #dea00e

#dea00e #b4de0e #de380e

Monochromatic Colors of #dea00e

#dea00e

Complementary Color

#dea00e #0e4cde

#dea00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea00e Color CSS Codes

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

#dea00e Text Font Color

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

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


#dea00e Background Color

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

This div background color is #dea00e


#dea00e Border Color

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

This div border color is #dea00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea00e


Comments

No comments written yet.

Please login to write comment.