Color Hex Logo

#de986e Color Hex

#DE986E
(222,152,110)
0 Favorites   0 Comments

Color spaces of #de986e

RGB 222152110
HSL0.060.630.65
HSV23°50°87°
CMYK 0.000.320.50   0.13
XYZ44.166939.111919.9733
Yxy39.11190.42780.3788
Hunter Lab62.539516.616824.8422
CIE-Lab68.832221.621832.6237

#de986e color RGB value is (222,152,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 01101110
Octal 336 230 156
Decimal 222 152 110
Hex DE 98 6E

RGB Percentages of Color #de986e

%45.87
%31.40
%22.73

CMYK Percentages of Color #de986e

%0
%32
%50
%13

Triadic Colors of #de986e

#de986e #6ede98 #986ede

Analogous Colors of #de986e

#de986e #ded06e #de6e7c

Monochromatic Colors of #de986e

#de986e

Complementary Color

#de986e #6eb4de

#de986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de986e Color CSS Codes

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

#de986e Text Font Color

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

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


#de986e Background Color

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

This div background color is #de986e


#de986e Border Color

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

This div border color is #de986e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de986e


Comments

No comments written yet.

Please login to write comment.