Color Hex Logo

#decb76 Color Hex

#DECB76
(222,203,118)
0 Favorites   0 Comments

Color spaces of #decb76

RGB 222203118
HSL0.140.610.67
HSV49°47°87°
CMYK 0.000.090.47   0.13
XYZ54.750259.549525.7481
Yxy59.54950.39090.4252
Hunter Lab77.1683-8.400534.2350
CIE-Lab81.5927-4.633544.5855

#decb76 color RGB value is (222,203,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001011 01110110
Octal 336 313 166
Decimal 222 203 118
Hex DE CB 76

RGB Percentages of Color #decb76

%40.88
%37.38
%21.73

CMYK Percentages of Color #decb76

%0
%9
%47
%13

Triadic Colors of #decb76

#decb76 #76decb #cb76de

Analogous Colors of #decb76

#decb76 #bdde76 #de9776

Monochromatic Colors of #decb76

#decb76

Complementary Color

#decb76 #7689de

#decb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decb76 Color CSS Codes

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

#decb76 Text Font Color

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

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


#decb76 Background Color

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

This div background color is #decb76


#decb76 Border Color

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

This div border color is #decb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decb76


Comments

No comments written yet.

Please login to write comment.