Color Hex Logo

#de9136 Color Hex

#DE9136
(222,145,54)
0 Favorites   0 Comments

Color spaces of #de9136

RGB 22214554
HSL0.090.720.54
HSV33°76°87°
CMYK 0.000.350.76   0.13
XYZ40.915536.04678.2913
Yxy36.04670.47990.4228
Hunter Lab60.038916.576733.8394
CIE-Lab66.555621.688457.5655

#de9136 color RGB value is (222,145,54).

#de9136 hex color red value is 222, green value is 145 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #de9136 hue: 0.09 , saturation: 0.72 and the lightness value of de9136 is 0.54.

The process color (four color CMYK) of #de9136 color hex is 0.00, 0.35, 0.76, 0.13. Web safe color of #de9136 is #cc9933. Color #de9136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 00110110
Octal 336 221 66
Decimal 222 145 54
Hex DE 91 36

RGB Percentages of Color #de9136

%52.73
%34.44
%12.83

CMYK Percentages of Color #de9136

%0
%35
%76
%13

Triadic Colors of #de9136

#de9136 #36de91 #9136de

Analogous Colors of #de9136

#de9136 #d7de36 #de3d36

Monochromatic Colors of #de9136

#de9136

Complementary Color

#de9136 #3683de

#de9136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9136 Color CSS Codes

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

#de9136 Text Font Color

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

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


#de9136 Background Color

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

This div background color is #de9136


#de9136 Border Color

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

This div border color is #de9136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9136


Comments

No comments written yet.

Please login to write comment.