Color Hex Logo

#dea829 Color Hex

#DEA829
(222,168,41)
0 Favorites   0 Comments

Color spaces of #dea829

RGB 22216841
HSL0.120.730.52
HSV42°82°87°
CMYK 0.000.240.82   0.13
XYZ44.527143.69508.1850
Yxy43.69500.46190.4532
Hunter Lab66.10224.560538.9300
CIE-Lab72.02428.913567.3579

#dea829 color RGB value is (222,168,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 00101001
Octal 336 250 51
Decimal 222 168 41
Hex DE A8 29

RGB Percentages of Color #dea829

%51.51
%38.98
%9.51

CMYK Percentages of Color #dea829

%0
%24
%82
%13

Triadic Colors of #dea829

#dea829 #29dea8 #a829de

Analogous Colors of #dea829

#dea829 #bade29 #de4e29

Monochromatic Colors of #dea829

#dea829

Complementary Color

#dea829 #295fde

#dea829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea829 Color CSS Codes

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

#dea829 Text Font Color

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

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


#dea829 Background Color

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

This div background color is #dea829


#dea829 Border Color

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

This div border color is #dea829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea829


Comments

No comments written yet.

Please login to write comment.