Color Hex Logo

#ddde8e Color Hex

#DDDE8E
(221,222,142)
0 Favorites   0 Comments

Color spaces of #ddde8e

RGB 221222142
HSL0.170.550.71
HSV61°36°87°
CMYK 0.000.000.36   0.13
XYZ60.822669.567735.8134
Yxy69.56770.36600.4186
Hunter Lab83.4073-15.796132.9271
CIE-Lab86.7844-12.166939.1575

#ddde8e color RGB value is (221,222,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10001110
Octal 335 336 216
Decimal 221 222 142
Hex DD DE 8E

RGB Percentages of Color #ddde8e

%37.78
%37.95
%24.27

CMYK Percentages of Color #ddde8e

%0
%0
%36
%13

Triadic Colors of #ddde8e

#ddde8e #8eddde #de8edd

Analogous Colors of #ddde8e

#ddde8e #b5de8e #deb78e

Monochromatic Colors of #ddde8e

#ddde8e

Complementary Color

#ddde8e #8f8ede

#ddde8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde8e Color CSS Codes

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

#ddde8e Text Font Color

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

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


#ddde8e Background Color

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

This div background color is #ddde8e


#ddde8e Border Color

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

This div border color is #ddde8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde8e


Comments

No comments written yet.

Please login to write comment.