Color Hex Logo

#de940e Color Hex

#DE940E
(222,148,14)
0 Favorites   0 Comments

Color spaces of #de940e

RGB 22214814
HSL0.110.880.46
HSV39°94°87°
CMYK 0.000.330.94   0.13
XYZ40.793436.74115.3572
Yxy36.74110.49210.4432
Hunter Lab60.614414.054937.1900
CIE-Lab67.082319.042069.9591

#de940e color RGB value is (222,148,14).

#de940e hex color red value is 222, green value is 148 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #de940e hue: 0.11 , saturation: 0.88 and the lightness value of de940e is 0.46.

The process color (four color CMYK) of #de940e color hex is 0.00, 0.33, 0.94, 0.13. Web safe color of #de940e is #cc9900. Color #de940e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 00001110
Octal 336 224 16
Decimal 222 148 14
Hex DE 94 E

RGB Percentages of Color #de940e

%57.81
%38.54
%3.65

CMYK Percentages of Color #de940e

%0
%33
%94
%13

Triadic Colors of #de940e

#de940e #0ede94 #940ede

Analogous Colors of #de940e

#de940e #c0de0e #de2c0e

Monochromatic Colors of #de940e

#de940e

Complementary Color

#de940e #0e58de

#de940e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de940e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de940e Color CSS Codes

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

#de940e Text Font Color

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

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


#de940e Background Color

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

This div background color is #de940e


#de940e Border Color

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

This div border color is #de940e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de940e


Comments

No comments written yet.

Please login to write comment.