Color Hex Logo

#deae58 Color Hex

#DEAE58
(222,174,88)
0 Favorites   0 Comments

Color spaces of #deae58

RGB 22217488
HSL0.110.670.61
HSV39°60°87°
CMYK 0.000.220.60   0.13
XYZ47.021746.506315.7308
Yxy46.50630.43040.4257
Hunter Lab68.19553.735934.0603
CIE-Lab73.87298.065550.0086

#deae58 color RGB value is (222,174,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 01011000
Octal 336 256 130
Decimal 222 174 88
Hex DE AE 58

RGB Percentages of Color #deae58

%45.87
%35.95
%18.18

CMYK Percentages of Color #deae58

%0
%22
%60
%13

Triadic Colors of #deae58

#deae58 #58deae #ae58de

Analogous Colors of #deae58

#deae58 #cbde58 #de6b58

Monochromatic Colors of #deae58

#deae58

Complementary Color

#deae58 #5888de

#deae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae58 Color CSS Codes

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

#deae58 Text Font Color

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

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


#deae58 Background Color

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

This div background color is #deae58


#deae58 Border Color

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

This div border color is #deae58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae58


Comments

No comments written yet.

Please login to write comment.