Color Hex Logo

#deb14e Color Hex

#DEB14E
(222,177,78)
0 Favorites   0 Comments

Color spaces of #deb14e

RGB 22217778
HSL0.110.690.59
HSV41°65°87°
CMYK 0.000.200.65   0.13
XYZ47.221547.523913.8919
Yxy47.52390.43470.4375
Hunter Lab68.93761.629836.3085
CIE-Lab74.52365.819755.3905

#deb14e color RGB value is (222,177,78).

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

The process color (four color CMYK) of #deb14e color hex is 0.00, 0.20, 0.65, 0.13. Web safe color of #deb14e is #cc9966. Color #deb14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 01001110
Octal 336 261 116
Decimal 222 177 78
Hex DE B1 4E

RGB Percentages of Color #deb14e

%46.54
%37.11
%16.35

CMYK Percentages of Color #deb14e

%0
%20
%65
%13

Triadic Colors of #deb14e

#deb14e #4edeb1 #b14ede

Analogous Colors of #deb14e

#deb14e #c3de4e #de694e

Monochromatic Colors of #deb14e

#deb14e

Complementary Color

#deb14e #4e7bde

#deb14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb14e Color CSS Codes

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

#deb14e Text Font Color

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

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


#deb14e Background Color

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

This div background color is #deb14e


#deb14e Border Color

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

This div border color is #deb14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb14e


Comments

No comments written yet.

Please login to write comment.