Color Hex Logo

#de960b Color Hex

#DE960B
(222,150,11)
0 Favorites   0 Comments

Color spaces of #de960b

RGB 22215011
HSL0.110.910.46
HSV40°95°87°
CMYK 0.000.320.95   0.13
XYZ41.091037.36655.3633
Yxy37.36650.49020.4458
Hunter Lab61.128113.015437.5877
CIE-Lab67.551117.936570.7395

#de960b color RGB value is (222,150,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 00001011
Octal 336 226 13
Decimal 222 150 11
Hex DE 96 B

RGB Percentages of Color #de960b

%57.96
%39.16
%2.87

CMYK Percentages of Color #de960b

%0
%32
%95
%13

Triadic Colors of #de960b

#de960b #0bde96 #960bde

Analogous Colors of #de960b

#de960b #bdde0b #de2c0b

Monochromatic Colors of #de960b

#de960b

Complementary Color

#de960b #0b53de

#de960b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de960b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de960b Color CSS Codes

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

#de960b Text Font Color

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

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


#de960b Background Color

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

This div background color is #de960b


#de960b Border Color

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

This div border color is #de960b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de960b


Comments

No comments written yet.

Please login to write comment.