Color Hex Logo

#deba76 Color Hex

#DEBA76
(222,186,118)
0 Favorites   0 Comments

Color spaces of #deba76

RGB 222186118
HSL0.110.610.67
HSV39°47°87°
CMYK 0.000.160.47   0.13
XYZ50.953151.955424.4824
Yxy51.95540.40000.4078
Hunter Lab72.08010.040730.3179
CIE-Lab77.25424.218239.1659

#deba76 color RGB value is (222,186,118).

#deba76 hex color red value is 222, green value is 186 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #deba76 hue: 0.11 , saturation: 0.61 and the lightness value of deba76 is 0.67.

The process color (four color CMYK) of #deba76 color hex is 0.00, 0.16, 0.47, 0.13. Web safe color of #deba76 is #cccc66. Color #deba76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01110110
Octal 336 272 166
Decimal 222 186 118
Hex DE BA 76

RGB Percentages of Color #deba76

%42.21
%35.36
%22.43

CMYK Percentages of Color #deba76

%0
%16
%47
%13

Triadic Colors of #deba76

#deba76 #76deba #ba76de

Analogous Colors of #deba76

#deba76 #cede76 #de8676

Monochromatic Colors of #deba76

#deba76

Complementary Color

#deba76 #769ade

#deba76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba76 Color CSS Codes

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

#deba76 Text Font Color

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

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


#deba76 Background Color

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

This div background color is #deba76


#deba76 Border Color

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

This div border color is #deba76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba76


Comments

No comments written yet.

Please login to write comment.