Color Hex Logo

#deb29a Color Hex

#DEB29A
(222,178,154)
0 Favorites   0 Comments

Color spaces of #deb29a

RGB 222178154
HSL0.060.510.74
HSV21°31°87°
CMYK 0.000.200.31   0.13
XYZ51.877349.703537.4313
Yxy49.70350.37320.3575
Hunter Lab70.50077.971317.8714
CIE-Lab75.886912.552618.3203

#deb29a color RGB value is (222,178,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 10011010
Octal 336 262 232
Decimal 222 178 154
Hex DE B2 9A

RGB Percentages of Color #deb29a

%40.07
%32.13
%27.80

CMYK Percentages of Color #deb29a

%0
%20
%31
%13

Triadic Colors of #deb29a

#deb29a #9adeb2 #b29ade

Analogous Colors of #deb29a

#deb29a #ded49a #de9aa4

Monochromatic Colors of #deb29a

#deb29a

Complementary Color

#deb29a #9ac6de

#deb29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb29a Color CSS Codes

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

#deb29a Text Font Color

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

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


#deb29a Background Color

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

This div background color is #deb29a


#deb29a Border Color

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

This div border color is #deb29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb29a


Comments

No comments written yet.

Please login to write comment.