Color Hex Logo

#de882e Color Hex

#DE882E
(222,136,46)
0 Favorites   0 Comments

Color spaces of #de882e

RGB 22213646
HSL0.090.730.53
HSV31°79°87°
CMYK 0.000.390.79   0.13
XYZ39.421533.33526.9414
Yxy33.33520.49460.4183
Hunter Lab57.736620.837333.2875
CIE-Lab64.431426.192258.7787

#de882e color RGB value is (222,136,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001000 00101110
Octal 336 210 56
Decimal 222 136 46
Hex DE 88 2E

RGB Percentages of Color #de882e

%54.95
%33.66
%11.39

CMYK Percentages of Color #de882e

%0
%39
%79
%13

Triadic Colors of #de882e

#de882e #2ede88 #882ede

Analogous Colors of #de882e

#de882e #dcde2e #de302e

Monochromatic Colors of #de882e

#de882e

Complementary Color

#de882e #2e84de

#de882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de882e Color CSS Codes

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

#de882e Text Font Color

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

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


#de882e Background Color

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

This div background color is #de882e


#de882e Border Color

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

This div border color is #de882e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de882e


Comments

No comments written yet.

Please login to write comment.