Color Hex Logo

#dedb76 Color Hex

#DEDB76
(222,219,118)
0 Favorites   0 Comments

Color spaces of #dedb76

RGB 222219118
HSL0.160.610.67
HSV58°47°87°
CMYK 0.000.010.47   0.13
XYZ58.725767.500627.0733
Yxy67.50060.38310.4403
Hunter Lab82.1587-16.189037.9736
CIE-Lab85.7561-12.744249.6774

#dedb76 color RGB value is (222,219,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01110110
Octal 336 333 166
Decimal 222 219 118
Hex DE DB 76

RGB Percentages of Color #dedb76

%39.71
%39.18
%21.11

CMYK Percentages of Color #dedb76

%0
%1
%47
%13

Triadic Colors of #dedb76

#dedb76 #76dedb #db76de

Analogous Colors of #dedb76

#dedb76 #adde76 #dea776

Monochromatic Colors of #dedb76

#dedb76

Complementary Color

#dedb76 #7679de

#dedb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb76 Color CSS Codes

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

#dedb76 Text Font Color

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

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


#dedb76 Background Color

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

This div background color is #dedb76


#dedb76 Border Color

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

This div border color is #dedb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb76


Comments

No comments written yet.

Please login to write comment.