Color Hex Logo

#ddeebd Color Hex

#DDEEBD
(221,238,189)
0 Favorites   0 Comments

Color spaces of #ddeebd

RGB 221238189
HSL0.220.590.84
HSV81°21°93°
CMYK 0.070.000.21   0.07
XYZ69.578680.195359.9562
Yxy80.19530.33180.3824
Hunter Lab89.5518-18.027522.9908
CIE-Lab91.7724-13.910821.8859

#ddeebd color RGB value is (221,238,189).

#ddeebd hex color red value is 221, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddeebd hue: 0.22 , saturation: 0.59 and the lightness value of ddeebd is 0.84.

The process color (four color CMYK) of #ddeebd color hex is 0.07, 0.00, 0.21, 0.07. Web safe color of #ddeebd is #ccffcc. Color #ddeebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10111101
Octal 335 356 275
Decimal 221 238 189
Hex DD EE BD

RGB Percentages of Color #ddeebd

%34.10
%36.73
%29.17

CMYK Percentages of Color #ddeebd

%7
%0
%21
%7

Triadic Colors of #ddeebd

#ddeebd #bdddee #eebddd

Analogous Colors of #ddeebd

#ddeebd #c5eebd #eee7bd

Monochromatic Colors of #ddeebd

#ddeebd

Complementary Color

#ddeebd #cebdee

#ddeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeebd Color CSS Codes

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

#ddeebd Text Font Color

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

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


#ddeebd Background Color

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

This div background color is #ddeebd


#ddeebd Border Color

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

This div border color is #ddeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeebd


Comments

No comments written yet.

Please login to write comment.