Color Hex Logo

#ddfcf9 Color Hex

#DDFCF9
(221,252,249)
0 Favorites   0 Comments

Color spaces of #ddfcf9

RGB 221252249
HSL0.480.840.93
HSV174°12°99°
CMYK 0.120.000.01   0.01
XYZ81.728191.8325103.0405
Yxy91.83250.29550.3320
Hunter Lab95.8293-15.46733.3289
CIE-Lab96.7518-10.5387-1.9572

#ddfcf9 color RGB value is (221,252,249).

#ddfcf9 hex color red value is 221, green value is 252 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ddfcf9 hue: 0.48 , saturation: 0.84 and the lightness value of ddfcf9 is 0.93.

The process color (four color CMYK) of #ddfcf9 color hex is 0.12, 0.00, 0.01, 0.01. Web safe color of #ddfcf9 is #ccffff. Color #ddfcf9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11111001
Octal 335 374 371
Decimal 221 252 249
Hex DD FC F9

RGB Percentages of Color #ddfcf9

%30.61
%34.90
%34.49

CMYK Percentages of Color #ddfcf9

%12
%0
%1
%1

Triadic Colors of #ddfcf9

#ddfcf9 #f9ddfc #fcf9dd

Analogous Colors of #ddfcf9

#ddfcf9 #ddf0fc #ddfcea

Monochromatic Colors of #ddfcf9

#ddfcf9

Complementary Color

#ddfcf9 #fcdde0

#ddfcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcf9 Color CSS Codes

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

#ddfcf9 Text Font Color

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

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


#ddfcf9 Background Color

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

This div background color is #ddfcf9


#ddfcf9 Border Color

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

This div border color is #ddfcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcf9


Comments

No comments written yet.

Please login to write comment.