Color Hex Logo

#ddee9c Color Hex

#DDEE9C
(221,238,156)
0 Favorites   0 Comments

Color spaces of #ddee9c

RGB 221238156
HSL0.200.710.77
HSV72°34°93°
CMYK 0.070.000.34   0.07
XYZ66.394178.921543.1865
Yxy78.92150.35220.4187
Hunter Lab88.8378-22.061733.3639
CIE-Lab91.1988-18.420637.8789

#ddee9c color RGB value is (221,238,156).

#ddee9c hex color red value is 221, green value is 238 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ddee9c hue: 0.20 , saturation: 0.71 and the lightness value of ddee9c is 0.77.

The process color (four color CMYK) of #ddee9c color hex is 0.07, 0.00, 0.34, 0.07. Web safe color of #ddee9c is #ccff99. Color #ddee9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10011100
Octal 335 356 234
Decimal 221 238 156
Hex DD EE 9C

RGB Percentages of Color #ddee9c

%35.93
%38.70
%25.37

CMYK Percentages of Color #ddee9c

%7
%0
%34
%7

Triadic Colors of #ddee9c

#ddee9c #9cddee #ee9cdd

Analogous Colors of #ddee9c

#ddee9c #b4ee9c #eed69c

Monochromatic Colors of #ddee9c

#ddee9c

Complementary Color

#ddee9c #ad9cee

#ddee9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee9c Color CSS Codes

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

#ddee9c Text Font Color

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

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


#ddee9c Background Color

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

This div background color is #ddee9c


#ddee9c Border Color

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

This div border color is #ddee9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee9c


Comments

No comments written yet.

Please login to write comment.