Color Hex Logo

#dead58 Color Hex

#DEAD58
(222,173,88)
0 Favorites   0 Comments

Color spaces of #dead58

RGB 22217388
HSL0.110.670.61
HSV38°60°87°
CMYK 0.000.220.60   0.13
XYZ46.829246.121315.6667
Yxy46.12130.43110.4246
Hunter Lab67.91274.237633.8613
CIE-Lab73.62428.597149.7225

#dead58 color RGB value is (222,173,88).

#dead58 hex color red value is 222, green value is 173 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dead58 hue: 0.11 , saturation: 0.67 and the lightness value of dead58 is 0.61.

The process color (four color CMYK) of #dead58 color hex is 0.00, 0.22, 0.60, 0.13. Web safe color of #dead58 is #cc9966. Color #dead58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 01011000
Octal 336 255 130
Decimal 222 173 88
Hex DE AD 58

RGB Percentages of Color #dead58

%45.96
%35.82
%18.22

CMYK Percentages of Color #dead58

%0
%22
%60
%13

Triadic Colors of #dead58

#dead58 #58dead #ad58de

Analogous Colors of #dead58

#dead58 #ccde58 #de6a58

Monochromatic Colors of #dead58

#dead58

Complementary Color

#dead58 #5889de

#dead58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead58 Color CSS Codes

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

#dead58 Text Font Color

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

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


#dead58 Background Color

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

This div background color is #dead58


#dead58 Border Color

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

This div border color is #dead58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead58


Comments

No comments written yet.

Please login to write comment.