Color Hex Logo

#deb196 Color Hex

#DEB196
(222,177,150)
0 Favorites   0 Comments

Color spaces of #deb196

RGB 222177150
HSL0.060.520.73
HSV23°32°87°
CMYK 0.000.200.32   0.13
XYZ51.351449.175935.6395
Yxy49.17590.37710.3611
Hunter Lab70.12557.992018.9553
CIE-Lab75.560612.573620.0300

#deb196 color RGB value is (222,177,150).

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

The process color (four color CMYK) of #deb196 color hex is 0.00, 0.20, 0.32, 0.13. Web safe color of #deb196 is #cc9999. Color #deb196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 10010110
Octal 336 261 226
Decimal 222 177 150
Hex DE B1 96

RGB Percentages of Color #deb196

%40.44
%32.24
%27.32

CMYK Percentages of Color #deb196

%0
%20
%32
%13

Triadic Colors of #deb196

#deb196 #96deb1 #b196de

Analogous Colors of #deb196

#deb196 #ded596 #de969f

Monochromatic Colors of #deb196

#deb196

Complementary Color

#deb196 #96c3de

#deb196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb196 Color CSS Codes

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

#deb196 Text Font Color

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

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


#deb196 Background Color

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

This div background color is #deb196


#deb196 Border Color

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

This div border color is #deb196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb196


Comments

No comments written yet.

Please login to write comment.