Color Hex Logo

#de9f2e Color Hex

#DE9F2E
(222,159,46)
0 Favorites   0 Comments

Color spaces of #de9f2e

RGB 22215946
HSL0.110.730.53
HSV39°79°87°
CMYK 0.000.280.79   0.13
XYZ43.015540.52318.1394
Yxy40.52310.46920.4420
Hunter Lab63.65789.216936.9795
CIE-Lab69.840513.880963.7500

#de9f2e color RGB value is (222,159,46).

#de9f2e hex color red value is 222, green value is 159 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #de9f2e hue: 0.11 , saturation: 0.73 and the lightness value of de9f2e is 0.53.

The process color (four color CMYK) of #de9f2e color hex is 0.00, 0.28, 0.79, 0.13. Web safe color of #de9f2e is #cc9933. Color #de9f2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011111 00101110
Octal 336 237 56
Decimal 222 159 46
Hex DE 9F 2E

RGB Percentages of Color #de9f2e

%51.99
%37.24
%10.77

CMYK Percentages of Color #de9f2e

%0
%28
%79
%13

Triadic Colors of #de9f2e

#de9f2e #2ede9f #9f2ede

Analogous Colors of #de9f2e

#de9f2e #c5de2e #de472e

Monochromatic Colors of #de9f2e

#de9f2e

Complementary Color

#de9f2e #2e6dde

#de9f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9f2e Color CSS Codes

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

#de9f2e Text Font Color

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

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


#de9f2e Background Color

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

This div background color is #de9f2e


#de9f2e Border Color

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

This div border color is #de9f2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9f2e


Comments

No comments written yet.

Please login to write comment.