Color Hex Logo

#dead59 Color Hex

#DEAD59
(222,173,89)
0 Favorites   0 Comments

Color spaces of #dead59

RGB 22217389
HSL0.110.670.61
HSV38°60°87°
CMYK 0.000.220.60   0.13
XYZ46.870946.138015.8864
Yxy46.13800.43040.4237
Hunter Lab67.92504.303433.6806
CIE-Lab73.63508.667649.2536

#dead59 color RGB value is (222,173,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 01011001
Octal 336 255 131
Decimal 222 173 89
Hex DE AD 59

RGB Percentages of Color #dead59

%45.87
%35.74
%18.39

CMYK Percentages of Color #dead59

%0
%22
%60
%13

Triadic Colors of #dead59

#dead59 #59dead #ad59de

Analogous Colors of #dead59

#dead59 #cdde59 #de6b59

Monochromatic Colors of #dead59

#dead59

Complementary Color

#dead59 #598ade

#dead59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead59 Color CSS Codes

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

#dead59 Text Font Color

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

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


#dead59 Background Color

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

This div background color is #dead59


#dead59 Border Color

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

This div border color is #dead59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead59

#dead59 Color Palettes


Comments

No comments written yet.

Please login to write comment.