Color Hex Logo

#deb46e Color Hex

#DEB46E
(222,180,110)
0 Favorites   0 Comments

Color spaces of #deb46e

RGB 222180110
HSL0.100.630.65
HSV38°50°87°
CMYK 0.000.190.50   0.13
XYZ49.259949.297921.6710
Yxy49.29790.40970.4100
Hunter Lab70.21252.360830.8489
CIE-Lab75.63636.641941.2222

#deb46e color RGB value is (222,180,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01101110
Octal 336 264 156
Decimal 222 180 110
Hex DE B4 6E

RGB Percentages of Color #deb46e

%43.36
%35.16
%21.48

CMYK Percentages of Color #deb46e

%0
%19
%50
%13

Triadic Colors of #deb46e

#deb46e #6edeb4 #b46ede

Analogous Colors of #deb46e

#deb46e #d0de6e #de7c6e

Monochromatic Colors of #deb46e

#deb46e

Complementary Color

#deb46e #6e98de

#deb46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb46e Color CSS Codes

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

#deb46e Text Font Color

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

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


#deb46e Background Color

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

This div background color is #deb46e


#deb46e Border Color

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

This div border color is #deb46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb46e


Comments

No comments written yet.

Please login to write comment.