Color Hex Logo

#ddeb9c Color Hex

#DDEB9C
(221,235,156)
0 Favorites   0 Comments

Color spaces of #ddeb9c

RGB 221235156
HSL0.200.660.77
HSV71°34°92°
CMYK 0.060.000.34   0.08
XYZ65.527977.189142.8978
Yxy77.18910.35300.4159
Hunter Lab87.8573-20.617132.5508
CIE-Lab90.4086-16.952436.8447

#ddeb9c color RGB value is (221,235,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10011100
Octal 335 353 234
Decimal 221 235 156
Hex DD EB 9C

RGB Percentages of Color #ddeb9c

%36.11
%38.40
%25.49

CMYK Percentages of Color #ddeb9c

%6
%0
%34
%8

Triadic Colors of #ddeb9c

#ddeb9c #9cddeb #eb9cdd

Analogous Colors of #ddeb9c

#ddeb9c #b6eb9c #ebd29c

Monochromatic Colors of #ddeb9c

#ddeb9c

Complementary Color

#ddeb9c #aa9ceb

#ddeb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb9c Color CSS Codes

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

#ddeb9c Text Font Color

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

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


#ddeb9c Background Color

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

This div background color is #ddeb9c


#ddeb9c Border Color

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

This div border color is #ddeb9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,235,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 #ddeb9c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb9c


Comments

No comments written yet.

Please login to write comment.