Color Hex Logo

#dea84f Color Hex

#DEA84F
(222,168,79)
0 Favorites   0 Comments

Color spaces of #dea84f

RGB 22216879
HSL0.100.680.59
HSV37°64°87°
CMYK 0.000.240.64   0.13
XYZ45.538144.099413.5090
Yxy44.09940.44150.4275
Hunter Lab66.40746.191434.4240
CIE-Lab72.294910.663652.4815

#dea84f color RGB value is (222,168,79).

#dea84f hex color red value is 222, green value is 168 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dea84f hue: 0.10 , saturation: 0.68 and the lightness value of dea84f is 0.59.

The process color (four color CMYK) of #dea84f color hex is 0.00, 0.24, 0.64, 0.13. Web safe color of #dea84f is #cc9966. Color #dea84f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 01001111
Octal 336 250 117
Decimal 222 168 79
Hex DE A8 4F

RGB Percentages of Color #dea84f

%47.33
%35.82
%16.84

CMYK Percentages of Color #dea84f

%0
%24
%64
%13

Triadic Colors of #dea84f

#dea84f #4fdea8 #a84fde

Analogous Colors of #dea84f

#dea84f #cdde4f #de614f

Monochromatic Colors of #dea84f

#dea84f

Complementary Color

#dea84f #4f85de

#dea84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea84f Color CSS Codes

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

#dea84f Text Font Color

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

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


#dea84f Background Color

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

This div background color is #dea84f


#dea84f Border Color

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

This div border color is #dea84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea84f


Comments

No comments written yet.

Please login to write comment.