Color Hex Logo

#dea014 Color Hex

#DEA014
(222,160,20)
0 Favorites   0 Comments

Color spaces of #dea014

RGB 22216020
HSL0.120.830.47
HSV42°91°87°
CMYK 0.000.280.91   0.13
XYZ42.821340.72176.2650
Yxy40.72170.47680.4534
Hunter Lab63.81368.106538.8486
CIE-Lab69.980512.698871.0304

#dea014 color RGB value is (222,160,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 00010100
Octal 336 240 24
Decimal 222 160 20
Hex DE A0 14

RGB Percentages of Color #dea014

%55.22
%39.80
%4.98

CMYK Percentages of Color #dea014

%0
%28
%91
%13

Triadic Colors of #dea014

#dea014 #14dea0 #a014de

Analogous Colors of #dea014

#dea014 #b7de14 #de3b14

Monochromatic Colors of #dea014

#dea014

Complementary Color

#dea014 #1452de

#dea014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea014 Color CSS Codes

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

#dea014 Text Font Color

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

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


#dea014 Background Color

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

This div background color is #dea014


#dea014 Border Color

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

This div border color is #dea014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea014


Comments

No comments written yet.

Please login to write comment.