Color Hex Logo

#f9ffdf Color Hex

#F9FFDF
(249,255,223)
0 Favorites   0 Comments

Color spaces of #f9ffdf

RGB 249255223
HSL0.201.000.94
HSV71°13°100°
CMYK 0.020.000.13   0.00
XYZ88.146296.987583.8867
Yxy96.98750.32770.3605
Hunter Lab98.4822-12.578118.4346
CIE-Lab98.8233-7.333814.6239

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

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

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

Base Numbers

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

RGB Percentages of Color #f9ffdf

%34.25
%35.08
%30.67

CMYK Percentages of Color #f9ffdf

%2
%0
%13
%0

Triadic Colors of #f9ffdf

#f9ffdf #dff9ff #ffdff9

Analogous Colors of #f9ffdf

#f9ffdf #e9ffdf #fff5df

Monochromatic Colors of #f9ffdf

#f9ffdf

Complementary Color

#f9ffdf #e5dfff

#f9ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ffdf Color CSS Codes

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

#f9ffdf Text Font Color

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

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


#f9ffdf Background Color

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

This div background color is #f9ffdf


#f9ffdf Border Color

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

This div border color is #f9ffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ffdf

Related Colors


Comments

No comments written yet.

Please login to write comment.