Color Hex Logo

#ddf9df Color Hex

#DDF9DF
(221,249,223)
0 Favorites   0 Comments

Color spaces of #ddf9df

RGB 221249223
HSL0.350.700.92
HSV124°11°98°
CMYK 0.110.000.10   0.02
XYZ77.013888.451282.8258
Yxy88.45120.31020.3562
Hunter Lab94.0485-18.416013.6190
CIE-Lab95.3506-13.82279.4128

#ddf9df color RGB value is (221,249,223).

#ddf9df hex color red value is 221, green value is 249 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ddf9df hue: 0.35 , saturation: 0.70 and the lightness value of ddf9df is 0.92.

The process color (four color CMYK) of #ddf9df color hex is 0.11, 0.00, 0.10, 0.02. Web safe color of #ddf9df is #ccffcc. Color #ddf9df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 11011111
Octal 335 371 337
Decimal 221 249 223
Hex DD F9 DF

RGB Percentages of Color #ddf9df

%31.89
%35.93
%32.18

CMYK Percentages of Color #ddf9df

%11
%0
%10
%2

Triadic Colors of #ddf9df

#ddf9df #dfddf9 #f9dfdd

Analogous Colors of #ddf9df

#ddf9df #ddf9ed #e9f9dd

Monochromatic Colors of #ddf9df

#ddf9df

Complementary Color

#ddf9df #f9ddf7

#ddf9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf9df Color CSS Codes

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

#ddf9df Text Font Color

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

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


#ddf9df Background Color

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

This div background color is #ddf9df


#ddf9df Border Color

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

This div border color is #ddf9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf9df


Comments

No comments written yet.

Please login to write comment.