Color Hex Logo

#ffdff9 Color Hex

#FFDFF9
(255,223,249)
1 Favorites   0 Comments

Color spaces of #ffdff9

RGB 255223249
HSL0.861.000.94
HSV311°13°100°
CMYK 0.000.130.02   0.00
XYZ84.726680.8749100.7674
Yxy80.87490.31810.3036
Hunter Lab89.930510.7927-3.4833
CIE-Lab92.076015.3606-8.5642

#ffdff9 color RGB value is (255,223,249).

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

The process color (four color CMYK) of #ffdff9 color hex is 0.00, 0.13, 0.02, 0.00. Web safe color of #ffdff9 is #ffccff. Color #ffdff9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 11111001
Octal 377 337 371
Decimal 255 223 249
Hex FF DF F9

RGB Percentages of Color #ffdff9

%35.08
%30.67
%34.25

CMYK Percentages of Color #ffdff9

%0
%13
%2
%0

Triadic Colors of #ffdff9

#ffdff9 #f9ffdf #dff9ff

Analogous Colors of #ffdff9

#ffdff9 #ffdfe9 #f5dfff

Monochromatic Colors of #ffdff9

#ffdff9

Complementary Color

#ffdff9 #dfffe5

#ffdff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdff9 Color CSS Codes

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

#ffdff9 Text Font Color

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

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


#ffdff9 Background Color

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

This div background color is #ffdff9


#ffdff9 Border Color

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

This div border color is #ffdff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdff9

Related Colors

#ffdff9 Color Palettes


Comments

No comments written yet.

Please login to write comment.