Color Hex Logo

#deae5a Color Hex

#DEAE5A
(222,174,90)
0 Favorites   0 Comments

Color spaces of #deae5a

RGB 22217490
HSL0.110.670.61
HSV38°59°87°
CMYK 0.000.220.59   0.13
XYZ47.105746.539916.1732
Yxy46.53990.42890.4238
Hunter Lab68.22023.868133.6980
CIE-Lab73.89458.207649.0712

#deae5a color RGB value is (222,174,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 01011010
Octal 336 256 132
Decimal 222 174 90
Hex DE AE 5A

RGB Percentages of Color #deae5a

%45.68
%35.80
%18.52

CMYK Percentages of Color #deae5a

%0
%22
%59
%13

Triadic Colors of #deae5a

#deae5a #5adeae #ae5ade

Analogous Colors of #deae5a

#deae5a #ccde5a #de6c5a

Monochromatic Colors of #deae5a

#deae5a

Complementary Color

#deae5a #5a8ade

#deae5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae5a Color CSS Codes

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

#deae5a Text Font Color

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

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


#deae5a Background Color

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

This div background color is #deae5a


#deae5a Border Color

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

This div border color is #deae5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae5a


Comments

No comments written yet.

Please login to write comment.