Color Hex Logo

#dea324 Color Hex

#DEA324
(222,163,36)
0 Favorites   0 Comments

Color spaces of #dea324

RGB 22216336
HSL0.110.740.51
HSV41°84°87°
CMYK 0.000.270.84   0.13
XYZ43.539841.85147.4524
Yxy41.85140.46900.4508
Hunter Lab64.69276.922938.4548
CIE-Lab70.768311.434967.7902

#dea324 color RGB value is (222,163,36).

#dea324 hex color red value is 222, green value is 163 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dea324 hue: 0.11 , saturation: 0.74 and the lightness value of dea324 is 0.51.

The process color (four color CMYK) of #dea324 color hex is 0.00, 0.27, 0.84, 0.13. Web safe color of #dea324 is #cc9933. Color #dea324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 00100100
Octal 336 243 44
Decimal 222 163 36
Hex DE A3 24

RGB Percentages of Color #dea324

%52.73
%38.72
%8.55

CMYK Percentages of Color #dea324

%0
%27
%84
%13

Triadic Colors of #dea324

#dea324 #24dea3 #a324de

Analogous Colors of #dea324

#dea324 #bcde24 #de4624

Monochromatic Colors of #dea324

#dea324

Complementary Color

#dea324 #245fde

#dea324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea324 Color CSS Codes

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

#dea324 Text Font Color

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

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


#dea324 Background Color

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

This div background color is #dea324


#dea324 Border Color

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

This div border color is #dea324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea324


Comments

No comments written yet.

Please login to write comment.