Color Hex Logo

#dece76 Color Hex

#DECE76
(222,206,118)
0 Favorites   0 Comments

Color spaces of #dece76

RGB 222206118
HSL0.140.610.67
HSV51°47°87°
CMYK 0.000.070.47   0.13
XYZ55.465560.980225.9866
Yxy60.98020.38940.4281
Hunter Lab78.0898-9.872534.9324
CIE-Lab82.3681-6.171845.5417

#dece76 color RGB value is (222,206,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001110 01110110
Octal 336 316 166
Decimal 222 206 118
Hex DE CE 76

RGB Percentages of Color #dece76

%40.66
%37.73
%21.61

CMYK Percentages of Color #dece76

%0
%7
%47
%13

Triadic Colors of #dece76

#dece76 #76dece #ce76de

Analogous Colors of #dece76

#dece76 #bade76 #de9a76

Monochromatic Colors of #dece76

#dece76

Complementary Color

#dece76 #7686de

#dece76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dece76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dece76 Color CSS Codes

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

#dece76 Text Font Color

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

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


#dece76 Background Color

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

This div background color is #dece76


#dece76 Border Color

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

This div border color is #dece76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dece76


Comments

No comments written yet.

Please login to write comment.