Color Hex Logo

#dead43 Color Hex

#DEAD43
(222,173,67)
0 Favorites   0 Comments

Color spaces of #dead43

RGB 22217367
HSL0.110.700.57
HSV41°70°87°
CMYK 0.000.220.70   0.13
XYZ46.080945.822011.7260
Yxy45.82200.44470.4422
Hunter Lab67.69193.051937.1138
CIE-Lab73.42997.319859.0356

#dead43 color RGB value is (222,173,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 01000011
Octal 336 255 103
Decimal 222 173 67
Hex DE AD 43

RGB Percentages of Color #dead43

%48.05
%37.45
%14.50

CMYK Percentages of Color #dead43

%0
%22
%70
%13

Triadic Colors of #dead43

#dead43 #43dead #ad43de

Analogous Colors of #dead43

#dead43 #c2de43 #de6043

Monochromatic Colors of #dead43

#dead43

Complementary Color

#dead43 #4374de

#dead43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead43 Color CSS Codes

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

#dead43 Text Font Color

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

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


#dead43 Background Color

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

This div background color is #dead43


#dead43 Border Color

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

This div border color is #dead43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead43

#dead43 Color Palettes


Comments

No comments written yet.

Please login to write comment.