Color Hex Logo

#dedd8d Color Hex

#DEDD8D
(222,221,141)
0 Favorites   0 Comments

Color spaces of #dedd8d

RGB 222221141
HSL0.160.550.71
HSV59°36°87°
CMYK 0.000.000.36   0.13
XYZ60.788469.165635.3457
Yxy69.16560.36770.4184
Hunter Lab83.1659-15.069333.0177
CIE-Lab86.5860-11.392539.4190

#dedd8d color RGB value is (222,221,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 10001101
Octal 336 335 215
Decimal 222 221 141
Hex DE DD 8D

RGB Percentages of Color #dedd8d

%38.01
%37.84
%24.14

CMYK Percentages of Color #dedd8d

%0
%0
%36
%13

Triadic Colors of #dedd8d

#dedd8d #8ddedd #dd8dde

Analogous Colors of #dedd8d

#dedd8d #b7de8d #deb58d

Monochromatic Colors of #dedd8d

#dedd8d

Complementary Color

#dedd8d #8d8ede

#dedd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd8d Color CSS Codes

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

#dedd8d Text Font Color

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

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


#dedd8d Background Color

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

This div background color is #dedd8d


#dedd8d Border Color

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

This div border color is #dedd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd8d


Comments

No comments written yet.

Please login to write comment.