Color Hex Logo

#dead1a Color Hex

#DEAD1A
(222,173,26)
0 Favorites   0 Comments

Color spaces of #dead1a

RGB 22217326
HSL0.130.790.49
HSV45°88°87°
CMYK 0.000.220.88   0.13
XYZ45.254245.49137.3728
Yxy45.49130.46120.4636
Hunter Lab67.44721.733240.7320
CIE-Lab73.21425.886272.2995

#dead1a color RGB value is (222,173,26).

#dead1a hex color red value is 222, green value is 173 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dead1a hue: 0.13 , saturation: 0.79 and the lightness value of dead1a is 0.49.

The process color (four color CMYK) of #dead1a color hex is 0.00, 0.22, 0.88, 0.13. Web safe color of #dead1a is #cc9933. Color #dead1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 00011010
Octal 336 255 32
Decimal 222 173 26
Hex DE AD 1A

RGB Percentages of Color #dead1a

%52.73
%41.09
%6.18

CMYK Percentages of Color #dead1a

%0
%22
%88
%13

Triadic Colors of #dead1a

#dead1a #1adead #ad1ade

Analogous Colors of #dead1a

#dead1a #adde1a #de4b1a

Monochromatic Colors of #dead1a

#dead1a

Complementary Color

#dead1a #1a4bde

#dead1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead1a Color CSS Codes

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

#dead1a Text Font Color

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

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


#dead1a Background Color

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

This div background color is #dead1a


#dead1a Border Color

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

This div border color is #dead1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead1a


Comments

No comments written yet.

Please login to write comment.