Color Hex Logo

#dea82f Color Hex

#DEA82F
(222,168,47)
0 Favorites   0 Comments

Color spaces of #dea82f

RGB 22216847
HSL0.120.730.53
HSV41°79°87°
CMYK 0.000.240.79   0.13
XYZ44.639943.74018.7792
Yxy43.74010.45950.4502
Hunter Lab66.13634.743338.4250
CIE-Lab72.05449.110665.4151

#dea82f color RGB value is (222,168,47).

#dea82f hex color red value is 222, green value is 168 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dea82f hue: 0.12 , saturation: 0.73 and the lightness value of dea82f is 0.53.

The process color (four color CMYK) of #dea82f color hex is 0.00, 0.24, 0.79, 0.13. Web safe color of #dea82f is #cc9933. Color #dea82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 00101111
Octal 336 250 57
Decimal 222 168 47
Hex DE A8 2F

RGB Percentages of Color #dea82f

%50.80
%38.44
%10.76

CMYK Percentages of Color #dea82f

%0
%24
%79
%13

Triadic Colors of #dea82f

#dea82f #2fdea8 #a82fde

Analogous Colors of #dea82f

#dea82f #bdde2f #de512f

Monochromatic Colors of #dea82f

#dea82f

Complementary Color

#dea82f #2f65de

#dea82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea82f Color CSS Codes

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

#dea82f Text Font Color

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

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


#dea82f Background Color

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

This div background color is #dea82f


#dea82f Border Color

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

This div border color is #dea82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea82f


Comments

No comments written yet.

Please login to write comment.