Color Hex Logo

#de960f Color Hex

#DE960F
(222,150,15)
0 Favorites   0 Comments

Color spaces of #de960f

RGB 22215015
HSL0.110.870.46
HSV39°93°87°
CMYK 0.000.320.93   0.13
XYZ41.116837.37685.4993
Yxy37.37680.48950.4450
Hunter Lab61.136613.059437.4624
CIE-Lab67.558817.982570.1382

#de960f color RGB value is (222,150,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 00001111
Octal 336 226 17
Decimal 222 150 15
Hex DE 96 F

RGB Percentages of Color #de960f

%57.36
%38.76
%3.88

CMYK Percentages of Color #de960f

%0
%32
%93
%13

Triadic Colors of #de960f

#de960f #0fde96 #960fde

Analogous Colors of #de960f

#de960f #bfde0f #de2e0f

Monochromatic Colors of #de960f

#de960f

Complementary Color

#de960f #0f57de

#de960f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de960f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de960f Color CSS Codes

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

#de960f Text Font Color

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

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


#de960f Background Color

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

This div background color is #de960f


#de960f Border Color

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

This div border color is #de960f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de960f


Comments

No comments written yet.

Please login to write comment.