Color Hex Logo

#deb696 Color Hex

#DEB696
(222,182,150)
0 Favorites   0 Comments

Color spaces of #deb696

RGB 222182150
HSL0.070.520.73
HSV27°32°87°
CMYK 0.000.180.32   0.13
XYZ52.357251.187535.9748
Yxy51.18750.37530.3669
Hunter Lab71.54545.422420.2693
CIE-Lab76.79249.905621.7229

#deb696 color RGB value is (222,182,150).

#deb696 hex color red value is 222, green value is 182 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #deb696 hue: 0.07 , saturation: 0.52 and the lightness value of deb696 is 0.73.

The process color (four color CMYK) of #deb696 color hex is 0.00, 0.18, 0.32, 0.13. Web safe color of #deb696 is #cccc99. Color #deb696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10010110
Octal 336 266 226
Decimal 222 182 150
Hex DE B6 96

RGB Percentages of Color #deb696

%40.07
%32.85
%27.08

CMYK Percentages of Color #deb696

%0
%18
%32
%13

Triadic Colors of #deb696

#deb696 #96deb6 #b696de

Analogous Colors of #deb696

#deb696 #deda96 #de969a

Monochromatic Colors of #deb696

#deb696

Complementary Color

#deb696 #96bede

#deb696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb696 Color CSS Codes

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

#deb696 Text Font Color

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

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


#deb696 Background Color

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

This div background color is #deb696


#deb696 Border Color

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

This div border color is #deb696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb696


Comments

No comments written yet.

Please login to write comment.