Color Hex Logo

#de8409 Color Hex

#DE8409
(222,132,9)
0 Favorites   0 Comments

Color spaces of #de8409

RGB 2221329
HSL0.100.920.45
HSV35°96°87°
CMYK 0.000.410.96   0.13
XYZ38.424832.05184.4199
Yxy32.05180.51300.4279
Hunter Lab56.614322.075035.0012
CIE-Lab63.385727.530368.1364

#de8409 color RGB value is (222,132,9).

#de8409 hex color red value is 222, green value is 132 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #de8409 hue: 0.10 , saturation: 0.92 and the lightness value of de8409 is 0.45.

The process color (four color CMYK) of #de8409 color hex is 0.00, 0.41, 0.96, 0.13. Web safe color of #de8409 is #cc9900. Color #de8409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 00001001
Octal 336 204 11
Decimal 222 132 9
Hex DE 84 9

RGB Percentages of Color #de8409

%61.16
%36.36
%2.48

CMYK Percentages of Color #de8409

%0
%41
%96
%13

Triadic Colors of #de8409

#de8409 #09de84 #8409de

Analogous Colors of #de8409

#de8409 #cede09 #de1909

Monochromatic Colors of #de8409

#de8409

Complementary Color

#de8409 #0963de

#de8409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8409 Color CSS Codes

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

#de8409 Text Font Color

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

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


#de8409 Background Color

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

This div background color is #de8409


#de8409 Border Color

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

This div border color is #de8409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8409


Comments

No comments written yet.

Please login to write comment.