Color Hex Logo

#deb44e Color Hex

#DEB44E
(222,180,78)
0 Favorites   0 Comments

Color spaces of #deb44e

RGB 22218078
HSL0.120.690.59
HSV43°65°87°
CMYK 0.000.190.65   0.13
XYZ47.820648.722214.0916
Yxy48.72220.43220.4404
Hunter Lab69.80130.137436.8913
CIE-Lab75.27824.235156.2112

#deb44e color RGB value is (222,180,78).

#deb44e hex color red value is 222, green value is 180 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #deb44e hue: 0.12 , saturation: 0.69 and the lightness value of deb44e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01001110
Octal 336 264 116
Decimal 222 180 78
Hex DE B4 4E

RGB Percentages of Color #deb44e

%46.25
%37.50
%16.25

CMYK Percentages of Color #deb44e

%0
%19
%65
%13

Triadic Colors of #deb44e

#deb44e #4edeb4 #b44ede

Analogous Colors of #deb44e

#deb44e #c0de4e #de6c4e

Monochromatic Colors of #deb44e

#deb44e

Complementary Color

#deb44e #4e78de

#deb44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb44e Color CSS Codes

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

#deb44e Text Font Color

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

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


#deb44e Background Color

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

This div background color is #deb44e


#deb44e Border Color

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

This div border color is #deb44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb44e


Comments

No comments written yet.

Please login to write comment.