Color Hex Logo

#de886e Color Hex

#DE886E
(222,136,110)
0 Favorites   0 Comments

Color spaces of #de886e

RGB 222136110
HSL0.040.630.65
HSV14°50°87°
CMYK 0.000.390.50   0.13
XYZ41.742834.263719.1653
Yxy34.26370.43860.3600
Hunter Lab58.535224.855921.5622
CIE-Lab65.171330.182527.8653

#de886e color RGB value is (222,136,110).

#de886e hex color red value is 222, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #de886e hue: 0.04 , saturation: 0.63 and the lightness value of de886e is 0.65.

The process color (four color CMYK) of #de886e color hex is 0.00, 0.39, 0.50, 0.13. Web safe color of #de886e is #cc9966. Color #de886e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001000 01101110
Octal 336 210 156
Decimal 222 136 110
Hex DE 88 6E

RGB Percentages of Color #de886e

%47.44
%29.06
%23.50

CMYK Percentages of Color #de886e

%0
%39
%50
%13

Triadic Colors of #de886e

#de886e #6ede88 #886ede

Analogous Colors of #de886e

#de886e #dec06e #de6e8c

Monochromatic Colors of #de886e

#de886e

Complementary Color

#de886e #6ec4de

#de886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de886e Color CSS Codes

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

#de886e Text Font Color

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

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


#de886e Background Color

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

This div background color is #de886e


#de886e Border Color

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

This div border color is #de886e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de886e


Comments

No comments written yet.

Please login to write comment.