Color Hex Logo

#de840f Color Hex

#DE840F
(222,132,15)
0 Favorites   0 Comments

Color spaces of #de840f

RGB 22213215
HSL0.090.870.46
HSV34°93°87°
CMYK 0.000.410.93   0.13
XYZ38.461732.06664.6143
Yxy32.06660.51180.4267
Hunter Lab56.627422.140534.8079
CIE-Lab63.397927.595967.1642

#de840f color RGB value is (222,132,15).

#de840f hex color red value is 222, green value is 132 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #de840f hue: 0.09 , saturation: 0.87 and the lightness value of de840f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 00001111
Octal 336 204 17
Decimal 222 132 15
Hex DE 84 F

RGB Percentages of Color #de840f

%60.16
%35.77
%4.07

CMYK Percentages of Color #de840f

%0
%41
%93
%13

Triadic Colors of #de840f

#de840f #0fde84 #840fde

Analogous Colors of #de840f

#de840f #d1de0f #de1d0f

Monochromatic Colors of #de840f

#de840f

Complementary Color

#de840f #0f69de

#de840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de840f Color CSS Codes

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

#de840f Text Font Color

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

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


#de840f Background Color

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

This div background color is #de840f


#de840f Border Color

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

This div border color is #de840f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de840f


Comments

No comments written yet.

Please login to write comment.