Color Hex Logo

#dea82d Color Hex

#DEA82D
(222,168,45)
0 Favorites   0 Comments

Color spaces of #dea82d

RGB 22216845
HSL0.120.730.52
HSV42°80°87°
CMYK 0.000.240.80   0.13
XYZ44.600543.72438.5716
Yxy43.72430.46030.4512
Hunter Lab66.12444.679638.6014
CIE-Lab72.04389.041966.0833

#dea82d color RGB value is (222,168,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 00101101
Octal 336 250 55
Decimal 222 168 45
Hex DE A8 2D

RGB Percentages of Color #dea82d

%51.03
%38.62
%10.34

CMYK Percentages of Color #dea82d

%0
%24
%80
%13

Triadic Colors of #dea82d

#dea82d #2ddea8 #a82dde

Analogous Colors of #dea82d

#dea82d #bcde2d #de502d

Monochromatic Colors of #dea82d

#dea82d

Complementary Color

#dea82d #2d63de

#dea82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea82d Color CSS Codes

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

#dea82d Text Font Color

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

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


#dea82d Background Color

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

This div background color is #dea82d


#dea82d Border Color

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

This div border color is #dea82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea82d


Comments

No comments written yet.

Please login to write comment.