Color Hex Logo

#dead13 Color Hex

#DEAD13
(222,173,19)
0 Favorites   0 Comments

Color spaces of #dead13

RGB 22217319
HSL0.130.840.47
HSV46°91°87°
CMYK 0.000.220.91   0.13
XYZ45.185345.46387.0100
Yxy45.46380.46270.4655
Hunter Lab67.42681.622741.0347
CIE-Lab73.19625.765573.6282

#dead13 color RGB value is (222,173,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 00010011
Octal 336 255 23
Decimal 222 173 19
Hex DE AD 13

RGB Percentages of Color #dead13

%53.62
%41.79
%4.59

CMYK Percentages of Color #dead13

%0
%22
%91
%13

Triadic Colors of #dead13

#dead13 #13dead #ad13de

Analogous Colors of #dead13

#dead13 #aade13 #de4713

Monochromatic Colors of #dead13

#dead13

Complementary Color

#dead13 #1344de

#dead13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead13 Color CSS Codes

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

#dead13 Text Font Color

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

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


#dead13 Background Color

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

This div background color is #dead13


#dead13 Border Color

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

This div border color is #dead13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead13


Comments

No comments written yet.

Please login to write comment.