Color Hex Logo

#deb193 Color Hex

#DEB193
(222,177,147)
0 Favorites   0 Comments

Color spaces of #deb193

RGB 222177147
HSL0.070.530.72
HSV24°34°87°
CMYK 0.000.200.34   0.13
XYZ51.112849.080534.3833
Yxy49.08050.37980.3647
Hunter Lab70.05757.630119.9415
CIE-Lab75.501412.197221.5666

#deb193 color RGB value is (222,177,147).

#deb193 hex color red value is 222, green value is 177 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #deb193 hue: 0.07 , saturation: 0.53 and the lightness value of deb193 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 10010011
Octal 336 261 223
Decimal 222 177 147
Hex DE B1 93

RGB Percentages of Color #deb193

%40.66
%32.42
%26.92

CMYK Percentages of Color #deb193

%0
%20
%34
%13

Triadic Colors of #deb193

#deb193 #93deb1 #b193de

Analogous Colors of #deb193

#deb193 #ded793 #de939b

Monochromatic Colors of #deb193

#deb193

Complementary Color

#deb193 #93c0de

#deb193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb193 Color CSS Codes

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

#deb193 Text Font Color

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

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


#deb193 Background Color

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

This div background color is #deb193


#deb193 Border Color

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

This div border color is #deb193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb193


Comments

No comments written yet.

Please login to write comment.