Color Hex Logo

#deb98e Color Hex

#DEB98E
(222,185,142)
0 Favorites   0 Comments

Color spaces of #deb98e

RGB 222185142
HSL0.090.550.71
HSV32°36°87°
CMYK 0.000.170.36   0.13
XYZ52.355652.180532.9036
Yxy52.18050.38090.3797
Hunter Lab72.23612.960923.5586
CIE-Lab77.38867.331626.8030

#deb98e color RGB value is (222,185,142).

#deb98e hex color red value is 222, green value is 185 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #deb98e hue: 0.09 , saturation: 0.55 and the lightness value of deb98e is 0.71.

The process color (four color CMYK) of #deb98e color hex is 0.00, 0.17, 0.36, 0.13. Web safe color of #deb98e is #cccc99. Color #deb98e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10001110
Octal 336 271 216
Decimal 222 185 142
Hex DE B9 8E

RGB Percentages of Color #deb98e

%40.44
%33.70
%25.87

CMYK Percentages of Color #deb98e

%0
%17
%36
%13

Triadic Colors of #deb98e

#deb98e #8edeb9 #b98ede

Analogous Colors of #deb98e

#deb98e #dbde8e #de918e

Monochromatic Colors of #deb98e

#deb98e

Complementary Color

#deb98e #8eb3de

#deb98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb98e Color CSS Codes

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

#deb98e Text Font Color

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

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


#deb98e Background Color

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

This div background color is #deb98e


#deb98e Border Color

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

This div border color is #deb98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb98e


Comments

No comments written yet.

Please login to write comment.