Color Hex Logo

#ddfff9 Color Hex

#DDFFF9
(221,255,249)
0 Favorites   0 Comments

Color spaces of #ddfff9

RGB 221255249
HSL0.471.000.93
HSV169°13°100°
CMYK 0.130.000.02   0.00
XYZ82.677793.7317103.3570
Yxy93.73170.29550.3350
Hunter Lab96.8151-16.99204.4743
CIE-Lab97.5238-12.0319-0.8270

#ddfff9 color RGB value is (221,255,249).

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

The process color (four color CMYK) of #ddfff9 color hex is 0.13, 0.00, 0.02, 0.00. Web safe color of #ddfff9 is #ccffff. Color #ddfff9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11111001
Octal 335 377 371
Decimal 221 255 249
Hex DD FF F9

RGB Percentages of Color #ddfff9

%30.48
%35.17
%34.34

CMYK Percentages of Color #ddfff9

%13
%0
%2
%0

Triadic Colors of #ddfff9

#ddfff9 #f9ddff #fff9dd

Analogous Colors of #ddfff9

#ddfff9 #ddf4ff #ddffe8

Monochromatic Colors of #ddfff9

#ddfff9

Complementary Color

#ddfff9 #ffdde3

#ddfff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfff9 Color CSS Codes

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

#ddfff9 Text Font Color

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

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


#ddfff9 Background Color

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

This div background color is #ddfff9


#ddfff9 Border Color

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

This div border color is #ddfff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfff9

Related Colors


Comments

No comments written yet.

Please login to write comment.