Color Hex Logo

#dea012 Color Hex

#DEA012
(222,160,18)
0 Favorites   0 Comments

Color spaces of #dea012

RGB 22216018
HSL0.120.850.47
HSV42°92°87°
CMYK 0.000.280.92   0.13
XYZ42.804240.71496.1750
Yxy40.71490.47720.4539
Hunter Lab63.80828.078038.9280
CIE-Lab69.975712.668471.3937

#dea012 color RGB value is (222,160,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 00010010
Octal 336 240 22
Decimal 222 160 18
Hex DE A0 12

RGB Percentages of Color #dea012

%55.50
%40.00
%4.50

CMYK Percentages of Color #dea012

%0
%28
%92
%13

Triadic Colors of #dea012

#dea012 #12dea0 #a012de

Analogous Colors of #dea012

#dea012 #b6de12 #de3a12

Monochromatic Colors of #dea012

#dea012

Complementary Color

#dea012 #1250de

#dea012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea012 Color CSS Codes

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

#dea012 Text Font Color

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

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


#dea012 Background Color

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

This div background color is #dea012


#dea012 Border Color

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

This div border color is #dea012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea012


Comments

No comments written yet.

Please login to write comment.