Color Hex Logo

#deb47a Color Hex

#DEB47A
(222,180,122)
0 Favorites   0 Comments

Color spaces of #deb47a

RGB 222180122
HSL0.100.600.67
HSV35°45°87°
CMYK 0.000.190.45   0.13
XYZ49.958349.577325.3486
Yxy49.57730.40000.3970
Hunter Lab70.41113.430327.9429
CIE-Lab75.80917.786335.2567

#deb47a color RGB value is (222,180,122).

#deb47a hex color red value is 222, green value is 180 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #deb47a hue: 0.10 , saturation: 0.60 and the lightness value of deb47a is 0.67.

The process color (four color CMYK) of #deb47a color hex is 0.00, 0.19, 0.45, 0.13. Web safe color of #deb47a is #cccc66. Color #deb47a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01111010
Octal 336 264 172
Decimal 222 180 122
Hex DE B4 7A

RGB Percentages of Color #deb47a

%42.37
%34.35
%23.28

CMYK Percentages of Color #deb47a

%0
%19
%45
%13

Triadic Colors of #deb47a

#deb47a #7adeb4 #b47ade

Analogous Colors of #deb47a

#deb47a #d6de7a #de827a

Monochromatic Colors of #deb47a

#deb47a

Complementary Color

#deb47a #7aa4de

#deb47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb47a Color CSS Codes

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

#deb47a Text Font Color

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

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


#deb47a Background Color

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

This div background color is #deb47a


#deb47a Border Color

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

This div border color is #deb47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb47a


Comments

No comments written yet.

Please login to write comment.