Color Hex Logo

#dea629 Color Hex

#DEA629
(222,166,41)
0 Favorites   0 Comments

Color spaces of #dea629

RGB 22216641
HSL0.120.730.52
HSV41°82°87°
CMYK 0.000.250.82   0.13
XYZ44.160742.96218.0628
Yxy42.96210.46390.4514
Hunter Lab65.54555.558238.5885
CIE-Lab71.52929.978766.9268

#dea629 color RGB value is (222,166,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 00101001
Octal 336 246 51
Decimal 222 166 41
Hex DE A6 29

RGB Percentages of Color #dea629

%51.75
%38.69
%9.56

CMYK Percentages of Color #dea629

%0
%25
%82
%13

Triadic Colors of #dea629

#dea629 #29dea6 #a629de

Analogous Colors of #dea629

#dea629 #bcde29 #de4c29

Monochromatic Colors of #dea629

#dea629

Complementary Color

#dea629 #2961de

#dea629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea629 Color CSS Codes

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

#dea629 Text Font Color

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

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


#dea629 Background Color

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

This div background color is #dea629


#dea629 Border Color

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

This div border color is #dea629


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,166,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 #dea629">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea629


Comments

No comments written yet.

Please login to write comment.