Color Hex Logo

#deb94e Color Hex

#DEB94E
(222,185,78)
0 Favorites   0 Comments

Color spaces of #deb94e

RGB 22218578
HSL0.120.690.59
HSV45°65°87°
CMYK 0.000.170.65   0.13
XYZ48.848350.777614.4342
Yxy50.77760.42830.4452
Hunter Lab71.2584-2.338837.8710
CIE-Lab76.54411.607257.5805

#deb94e color RGB value is (222,185,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 01001110
Octal 336 271 116
Decimal 222 185 78
Hex DE B9 4E

RGB Percentages of Color #deb94e

%45.77
%38.14
%16.08

CMYK Percentages of Color #deb94e

%0
%17
%65
%13

Triadic Colors of #deb94e

#deb94e #4edeb9 #b94ede

Analogous Colors of #deb94e

#deb94e #bbde4e #de714e

Monochromatic Colors of #deb94e

#deb94e

Complementary Color

#deb94e #4e73de

#deb94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb94e Color CSS Codes

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

#deb94e Text Font Color

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

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


#deb94e Background Color

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

This div background color is #deb94e


#deb94e Border Color

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

This div border color is #deb94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb94e


Comments

No comments written yet.

Please login to write comment.