Color Hex Logo

#de9829 Color Hex

#DE9829
(222,152,41)
0 Favorites   0 Comments

Color spaces of #de9829

RGB 22215241
HSL0.100.730.52
HSV37°82°87°
CMYK 0.000.320.82   0.13
XYZ41.752738.14627.2602
Yxy38.14620.47900.4377
Hunter Lab61.762612.584836.2643
CIE-Lab68.128217.467463.9477

#de9829 color RGB value is (222,152,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 00101001
Octal 336 230 51
Decimal 222 152 41
Hex DE 98 29

RGB Percentages of Color #de9829

%53.49
%36.63
%9.88

CMYK Percentages of Color #de9829

%0
%32
%82
%13

Triadic Colors of #de9829

#de9829 #29de98 #9829de

Analogous Colors of #de9829

#de9829 #cade29 #de3e29

Monochromatic Colors of #de9829

#de9829

Complementary Color

#de9829 #296fde

#de9829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9829 Color CSS Codes

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

#de9829 Text Font Color

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

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


#de9829 Background Color

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

This div background color is #de9829


#de9829 Border Color

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

This div border color is #de9829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9829


Comments

No comments written yet.

Please login to write comment.