Color Hex Logo

#dea821 Color Hex

#DEA821
(222,168,33)
0 Favorites   0 Comments

Color spaces of #dea821

RGB 22216833
HSL0.120.740.50
HSV43°85°87°
CMYK 0.000.240.85   0.13
XYZ44.401343.64477.5229
Yxy43.64470.46460.4567
Hunter Lab66.06414.356539.4934
CIE-Lab71.99048.693169.6399

#dea821 color RGB value is (222,168,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 00100001
Octal 336 250 41
Decimal 222 168 33
Hex DE A8 21

RGB Percentages of Color #dea821

%52.48
%39.72
%7.80

CMYK Percentages of Color #dea821

%0
%24
%85
%13

Triadic Colors of #dea821

#dea821 #21dea8 #a821de

Analogous Colors of #dea821

#dea821 #b6de21 #de4a21

Monochromatic Colors of #dea821

#dea821

Complementary Color

#dea821 #2157de

#dea821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea821 Color CSS Codes

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

#dea821 Text Font Color

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

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


#dea821 Background Color

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

This div background color is #dea821


#dea821 Border Color

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

This div border color is #dea821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea821


Comments

No comments written yet.

Please login to write comment.