Color Hex Logo

#dede76 Color Hex

#DEDE76
(222,222,118)
0 Favorites   0 Comments

Color spaces of #dede76

RGB 222222118
HSL0.170.610.67
HSV60°47°87°
CMYK 0.000.000.47   0.13
XYZ59.515569.080227.3365
Yxy69.08020.38170.4430
Hunter Lab83.1145-17.632538.6796
CIE-Lab86.5437-14.238550.6291

#dede76 color RGB value is (222,222,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011110 01110110
Octal 336 336 166
Decimal 222 222 118
Hex DE DE 76

RGB Percentages of Color #dede76

%39.50
%39.50
%21.00

CMYK Percentages of Color #dede76

%0
%0
%47
%13

Triadic Colors of #dede76

#dede76 #76dede #de76de

Analogous Colors of #dede76

#dede76 #aade76 #deaa76

Monochromatic Colors of #dede76

#dede76

Complementary Color

#dede76 #7676de

#dede76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dede76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dede76 Color CSS Codes

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

#dede76 Text Font Color

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

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


#dede76 Background Color

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

This div background color is #dede76


#dede76 Border Color

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

This div border color is #dede76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dede76


Comments

No comments written yet.

Please login to write comment.