Color Hex Logo

#deb19a Color Hex

#DEB19A
(222,177,154)
0 Favorites   0 Comments

Color spaces of #deb19a

RGB 222177154
HSL0.060.510.74
HSV20°31°87°
CMYK 0.000.200.31   0.13
XYZ51.679149.307037.3653
Yxy49.30700.37350.3564
Hunter Lab70.21898.487717.6035
CIE-Lab75.641913.087617.9803

#deb19a color RGB value is (222,177,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 10011010
Octal 336 261 232
Decimal 222 177 154
Hex DE B1 9A

RGB Percentages of Color #deb19a

%40.14
%32.01
%27.85

CMYK Percentages of Color #deb19a

%0
%20
%31
%13

Triadic Colors of #deb19a

#deb19a #9adeb1 #b19ade

Analogous Colors of #deb19a

#deb19a #ded39a #de9aa5

Monochromatic Colors of #deb19a

#deb19a

Complementary Color

#deb19a #9ac7de

#deb19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb19a Color CSS Codes

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

#deb19a Text Font Color

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

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


#deb19a Background Color

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

This div background color is #deb19a


#deb19a Border Color

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

This div border color is #deb19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb19a


Comments

No comments written yet.

Please login to write comment.