Color Hex Logo

#dead31 Color Hex

#DEAD31
(222,173,49)
0 Favorites   0 Comments

Color spaces of #dead31

RGB 22217349
HSL0.120.720.53
HSV43°78°87°
CMYK 0.000.220.78   0.13
XYZ45.622145.63859.3103
Yxy45.63850.45360.4538
Hunter Lab67.55632.321139.1183
CIE-Lab73.31036.527165.8721

#dead31 color RGB value is (222,173,49).

#dead31 hex color red value is 222, green value is 173 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dead31 hue: 0.12 , saturation: 0.72 and the lightness value of dead31 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 00110001
Octal 336 255 61
Decimal 222 173 49
Hex DE AD 31

RGB Percentages of Color #dead31

%50.00
%38.96
%11.04

CMYK Percentages of Color #dead31

%0
%22
%78
%13

Triadic Colors of #dead31

#dead31 #31dead #ad31de

Analogous Colors of #dead31

#dead31 #b9de31 #de5631

Monochromatic Colors of #dead31

#dead31

Complementary Color

#dead31 #3162de

#dead31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead31 Color CSS Codes

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

#dead31 Text Font Color

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

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


#dead31 Background Color

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

This div background color is #dead31


#dead31 Border Color

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

This div border color is #dead31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead31


Comments

No comments written yet.

Please login to write comment.