Color Hex Logo

#ddf6df Color Hex

#DDF6DF
(221,246,223)
0 Favorites   0 Comments

Color spaces of #ddf6df

RGB 221246223
HSL0.350.580.92
HSV125°10°96°
CMYK 0.100.000.09   0.04
XYZ76.093886.611482.5191
Yxy86.61140.31030.3532
Hunter Lab93.0652-16.915612.5744
CIE-Lab94.5731-12.33528.2980

#ddf6df color RGB value is (221,246,223).

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

The process color (four color CMYK) of #ddf6df color hex is 0.10, 0.00, 0.09, 0.04. Web safe color of #ddf6df is #ccffcc. Color #ddf6df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 11011111
Octal 335 366 337
Decimal 221 246 223
Hex DD F6 DF

RGB Percentages of Color #ddf6df

%32.03
%35.65
%32.32

CMYK Percentages of Color #ddf6df

%10
%0
%9
%4

Triadic Colors of #ddf6df

#ddf6df #dfddf6 #f6dfdd

Analogous Colors of #ddf6df

#ddf6df #ddf6ec #e8f6dd

Monochromatic Colors of #ddf6df

#ddf6df

Complementary Color

#ddf6df #f6ddf4

#ddf6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf6df Color CSS Codes

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

#ddf6df Text Font Color

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

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


#ddf6df Background Color

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

This div background color is #ddf6df


#ddf6df Border Color

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

This div border color is #ddf6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf6df


Comments

No comments written yet.

Please login to write comment.