Color Hex Logo

#ddf8df Color Hex

#DDF8DF
(221,248,223)
0 Favorites   0 Comments

Color spaces of #ddf8df

RGB 221248223
HSL0.350.660.92
HSV124°11°97°
CMYK 0.110.000.10   0.03
XYZ76.705587.834782.7230
Yxy87.83470.31020.3552
Hunter Lab93.7202-17.916513.2712
CIE-Lab95.0913-13.32789.0413

#ddf8df color RGB value is (221,248,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 11011111
Octal 335 370 337
Decimal 221 248 223
Hex DD F8 DF

RGB Percentages of Color #ddf8df

%31.94
%35.84
%32.23

CMYK Percentages of Color #ddf8df

%11
%0
%10
%3

Triadic Colors of #ddf8df

#ddf8df #dfddf8 #f8dfdd

Analogous Colors of #ddf8df

#ddf8df #ddf8ed #e9f8dd

Monochromatic Colors of #ddf8df

#ddf8df

Complementary Color

#ddf8df #f8ddf6

#ddf8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf8df Color CSS Codes

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

#ddf8df Text Font Color

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

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


#ddf8df Background Color

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

This div background color is #ddf8df


#ddf8df Border Color

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

This div border color is #ddf8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf8df


Comments

No comments written yet.

Please login to write comment.