Color Hex Logo

#de882f Color Hex

#DE882F
(222,136,47)
0 Favorites   0 Comments

Color spaces of #de882f

RGB 22213647
HSL0.080.730.53
HSV31°79°87°
CMYK 0.000.390.79   0.13
XYZ39.441533.34327.0464
Yxy33.34320.49410.4177
Hunter Lab57.743620.872433.1854
CIE-Lab64.437826.227558.3890

#de882f color RGB value is (222,136,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001000 00101111
Octal 336 210 57
Decimal 222 136 47
Hex DE 88 2F

RGB Percentages of Color #de882f

%54.81
%33.58
%11.60

CMYK Percentages of Color #de882f

%0
%39
%79
%13

Triadic Colors of #de882f

#de882f #2fde88 #882fde

Analogous Colors of #de882f

#de882f #ddde2f #de312f

Monochromatic Colors of #de882f

#de882f

Complementary Color

#de882f #2f85de

#de882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de882f Color CSS Codes

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

#de882f Text Font Color

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

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


#de882f Background Color

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

This div background color is #de882f


#de882f Border Color

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

This div border color is #de882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de882f


Comments

No comments written yet.

Please login to write comment.