Color Hex Logo

#dead61 Color Hex

#DEAD61
(222,173,97)
0 Favorites   0 Comments

Color spaces of #dead61

RGB 22217397
HSL0.100.650.63
HSV36°56°87°
CMYK 0.000.220.56   0.13
XYZ47.225446.279817.7531
Yxy46.27980.42450.4160
Hunter Lab68.02934.862232.1480
CIE-Lab73.72679.265645.4395

#dead61 color RGB value is (222,173,97).

#dead61 hex color red value is 222, green value is 173 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dead61 hue: 0.10 , saturation: 0.65 and the lightness value of dead61 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 01100001
Octal 336 255 141
Decimal 222 173 97
Hex DE AD 61

RGB Percentages of Color #dead61

%45.12
%35.16
%19.72

CMYK Percentages of Color #dead61

%0
%22
%56
%13

Triadic Colors of #dead61

#dead61 #61dead #ad61de

Analogous Colors of #dead61

#dead61 #d1de61 #de6f61

Monochromatic Colors of #dead61

#dead61

Complementary Color

#dead61 #6192de

#dead61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead61 Color CSS Codes

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

#dead61 Text Font Color

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

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


#dead61 Background Color

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

This div background color is #dead61


#dead61 Border Color

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

This div border color is #dead61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead61

#dead61 Color Palettes


Comments

No comments written yet.

Please login to write comment.