Color Hex Logo

#deb98d Color Hex

#DEB98D
(222,185,141)
0 Favorites   0 Comments

Color spaces of #deb98d

RGB 222185141
HSL0.090.550.71
HSV33°36°87°
CMYK 0.000.170.36   0.13
XYZ52.280952.150632.5099
Yxy52.15060.38180.3808
Hunter Lab72.21542.849623.8596
CIE-Lab77.37087.213527.3097

#deb98d color RGB value is (222,185,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10001101
Octal 336 271 215
Decimal 222 185 141
Hex DE B9 8D

RGB Percentages of Color #deb98d

%40.51
%33.76
%25.73

CMYK Percentages of Color #deb98d

%0
%17
%36
%13

Triadic Colors of #deb98d

#deb98d #8ddeb9 #b98dde

Analogous Colors of #deb98d

#deb98d #dbde8d #de918d

Monochromatic Colors of #deb98d

#deb98d

Complementary Color

#deb98d #8db2de

#deb98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb98d Color CSS Codes

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

#deb98d Text Font Color

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

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


#deb98d Background Color

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

This div background color is #deb98d


#deb98d Border Color

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

This div border color is #deb98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb98d


Comments

No comments written yet.

Please login to write comment.