Color Hex Logo

#ddeec9 Color Hex

#DDEEC9
(221,238,201)
0 Favorites   0 Comments

Color spaces of #ddeec9

RGB 221238201
HSL0.240.520.86
HSV88°16°93°
CMYK 0.070.000.16   0.07
XYZ70.935980.738367.1037
Yxy80.73830.32420.3690
Hunter Lab89.8545-16.328018.6201
CIE-Lab92.0151-12.045616.0333

#ddeec9 color RGB value is (221,238,201).

#ddeec9 hex color red value is 221, green value is 238 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ddeec9 hue: 0.24 , saturation: 0.52 and the lightness value of ddeec9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11001001
Octal 335 356 311
Decimal 221 238 201
Hex DD EE C9

RGB Percentages of Color #ddeec9

%33.48
%36.06
%30.45

CMYK Percentages of Color #ddeec9

%7
%0
%16
%7

Triadic Colors of #ddeec9

#ddeec9 #c9ddee #eec9dd

Analogous Colors of #ddeec9

#ddeec9 #cbeec9 #eeedc9

Monochromatic Colors of #ddeec9

#ddeec9

Complementary Color

#ddeec9 #dac9ee

#ddeec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeec9 Color CSS Codes

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

#ddeec9 Text Font Color

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

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


#ddeec9 Background Color

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

This div background color is #ddeec9


#ddeec9 Border Color

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

This div border color is #ddeec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeec9


Comments

No comments written yet.

Please login to write comment.