Color Hex Logo

#deb199 Color Hex

#DEB199
(222,177,153)
0 Favorites   0 Comments

Color spaces of #deb199

RGB 222177153
HSL0.060.510.74
HSV21°31°87°
CMYK 0.000.200.31   0.13
XYZ51.596149.273836.9284
Yxy49.27380.37440.3576
Hunter Lab70.19538.362217.9454
CIE-Lab75.621312.957718.4927

#deb199 color RGB value is (222,177,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 10011001
Octal 336 261 231
Decimal 222 177 153
Hex DE B1 99

RGB Percentages of Color #deb199

%40.22
%32.07
%27.72

CMYK Percentages of Color #deb199

%0
%20
%31
%13

Triadic Colors of #deb199

#deb199 #99deb1 #b199de

Analogous Colors of #deb199

#deb199 #ded499 #de99a4

Monochromatic Colors of #deb199

#deb199

Complementary Color

#deb199 #99c6de

#deb199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb199 Color CSS Codes

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

#deb199 Text Font Color

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

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


#deb199 Background Color

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

This div background color is #deb199


#deb199 Border Color

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

This div border color is #deb199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb199


Comments

No comments written yet.

Please login to write comment.