Color Hex Logo

#dedd7e Color Hex

#DEDD7E
(222,221,126)
0 Favorites   0 Comments

Color spaces of #dedd7e

RGB 222221126
HSL0.160.590.68
HSV59°43°87°
CMYK 0.000.000.43   0.13
XYZ59.746568.748929.8595
Yxy68.74890.37730.4341
Hunter Lab82.9150-16.478436.6888
CIE-Lab86.3796-12.978146.5781

#dedd7e color RGB value is (222,221,126).

#dedd7e hex color red value is 222, green value is 221 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dedd7e hue: 0.16 , saturation: 0.59 and the lightness value of dedd7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 01111110
Octal 336 335 176
Decimal 222 221 126
Hex DE DD 7E

RGB Percentages of Color #dedd7e

%39.02
%38.84
%22.14

CMYK Percentages of Color #dedd7e

%0
%0
%43
%13

Triadic Colors of #dedd7e

#dedd7e #7ededd #dd7ede

Analogous Colors of #dedd7e

#dedd7e #afde7e #dead7e

Monochromatic Colors of #dedd7e

#dedd7e

Complementary Color

#dedd7e #7e7fde

#dedd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd7e Color CSS Codes

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

#dedd7e Text Font Color

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

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


#dedd7e Background Color

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

This div background color is #dedd7e


#dedd7e Border Color

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

This div border color is #dedd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd7e


Comments

No comments written yet.

Please login to write comment.