Color Hex Logo

#deb194 Color Hex

#DEB194
(222,177,148)
0 Favorites   0 Comments

Color spaces of #deb194

RGB 222177148
HSL0.070.530.73
HSV24°33°87°
CMYK 0.000.200.33   0.13
XYZ51.191649.112034.7984
Yxy49.11200.37890.3635
Hunter Lab70.08007.749719.6154
CIE-Lab75.521012.321721.0545

#deb194 color RGB value is (222,177,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 10010100
Octal 336 261 224
Decimal 222 177 148
Hex DE B1 94

RGB Percentages of Color #deb194

%40.59
%32.36
%27.06

CMYK Percentages of Color #deb194

%0
%20
%33
%13

Triadic Colors of #deb194

#deb194 #94deb1 #b194de

Analogous Colors of #deb194

#deb194 #ded694 #de949c

Monochromatic Colors of #deb194

#deb194

Complementary Color

#deb194 #94c1de

#deb194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb194 Color CSS Codes

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

#deb194 Text Font Color

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

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


#deb194 Background Color

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

This div background color is #deb194


#deb194 Border Color

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

This div border color is #deb194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb194


Comments

No comments written yet.

Please login to write comment.