Color Hex Logo

#deae59 Color Hex

#DEAE59
(222,174,89)
0 Favorites   0 Comments

Color spaces of #deae59

RGB 22217489
HSL0.110.670.61
HSV38°60°87°
CMYK 0.000.220.60   0.13
XYZ47.063446.523015.9505
Yxy46.52300.42970.4247
Hunter Lab68.20783.801533.8804
CIE-Lab73.88368.136049.5408

#deae59 color RGB value is (222,174,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 01011001
Octal 336 256 131
Decimal 222 174 89
Hex DE AE 59

RGB Percentages of Color #deae59

%45.77
%35.88
%18.35

CMYK Percentages of Color #deae59

%0
%22
%60
%13

Triadic Colors of #deae59

#deae59 #59deae #ae59de

Analogous Colors of #deae59

#deae59 #ccde59 #de6c59

Monochromatic Colors of #deae59

#deae59

Complementary Color

#deae59 #5989de

#deae59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae59 Color CSS Codes

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

#deae59 Text Font Color

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

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


#deae59 Background Color

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

This div background color is #deae59


#deae59 Border Color

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

This div border color is #deae59


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,174,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 #deae59">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae59


Comments

No comments written yet.

Please login to write comment.