Color Hex Logo

#dedc9e Color Hex

#DEDC9E
(222,220,158)
0 Favorites   0 Comments

Color spaces of #dedc9e

RGB 222220158
HSL0.160.490.75
HSV58°29°87°
CMYK 0.000.010.29   0.13
XYZ61.889069.184642.4398
Yxy69.18460.35670.3987
Hunter Lab83.1773-12.745327.9724
CIE-Lab86.5954-8.848630.7939

#dedc9e color RGB value is (222,220,158).

#dedc9e hex color red value is 222, green value is 220 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dedc9e hue: 0.16 , saturation: 0.49 and the lightness value of dedc9e is 0.75.

The process color (four color CMYK) of #dedc9e color hex is 0.00, 0.01, 0.29, 0.13. Web safe color of #dedc9e is #cccc99. Color #dedc9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 10011110
Octal 336 334 236
Decimal 222 220 158
Hex DE DC 9E

RGB Percentages of Color #dedc9e

%37.00
%36.67
%26.33

CMYK Percentages of Color #dedc9e

%0
%1
%29
%13

Triadic Colors of #dedc9e

#dedc9e #9ededc #dc9ede

Analogous Colors of #dedc9e

#dedc9e #c0de9e #debc9e

Monochromatic Colors of #dedc9e

#dedc9e

Complementary Color

#dedc9e #9ea0de

#dedc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc9e Color CSS Codes

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

#dedc9e Text Font Color

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

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


#dedc9e Background Color

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

This div background color is #dedc9e


#dedc9e Border Color

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

This div border color is #dedc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc9e


Comments

No comments written yet.

Please login to write comment.