Color Hex Logo

#dea112 Color Hex

#DEA112
(222,161,18)
0 Favorites   0 Comments

Color spaces of #dea112

RGB 22216118
HSL0.120.850.47
HSV42°92°87°
CMYK 0.000.270.92   0.13
XYZ42.978341.06306.2330
Yxy41.06300.47610.4549
Hunter Lab64.08047.578039.0892
CIE-Lab70.220012.134271.5751

#dea112 color RGB value is (222,161,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00010010
Octal 336 241 22
Decimal 222 161 18
Hex DE A1 12

RGB Percentages of Color #dea112

%55.36
%40.15
%4.49

CMYK Percentages of Color #dea112

%0
%27
%92
%13

Triadic Colors of #dea112

#dea112 #12dea1 #a112de

Analogous Colors of #dea112

#dea112 #b5de12 #de3b12

Monochromatic Colors of #dea112

#dea112

Complementary Color

#dea112 #124fde

#dea112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea112 Color CSS Codes

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

#dea112 Text Font Color

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

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


#dea112 Background Color

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

This div background color is #dea112


#dea112 Border Color

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

This div border color is #dea112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea112


Comments

No comments written yet.

Please login to write comment.