Color Hex Logo

#f9ffdc Color Hex

#F9FFDC
(249,255,220)
0 Favorites   0 Comments

Color spaces of #f9ffdc

RGB 249255220
HSL0.201.000.93
HSV70°14°100°
CMYK 0.020.000.14   0.00
XYZ87.745296.827081.7750
Yxy96.82700.32940.3635
Hunter Lab98.4007-13.030519.6081
CIE-Lab98.7599-7.801216.0662

#f9ffdc color RGB value is (249,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111111 11011100
Octal 371 377 334
Decimal 249 255 220
Hex F9 FF DC

RGB Percentages of Color #f9ffdc

%34.39
%35.22
%30.39

CMYK Percentages of Color #f9ffdc

%2
%0
%14
%0

Triadic Colors of #f9ffdc

#f9ffdc #dcf9ff #ffdcf9

Analogous Colors of #f9ffdc

#f9ffdc #e8ffdc #fff4dc

Monochromatic Colors of #f9ffdc

#f9ffdc

Complementary Color

#f9ffdc #e2dcff

#f9ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ffdc Color CSS Codes

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

#f9ffdc Text Font Color

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

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


#f9ffdc Background Color

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

This div background color is #f9ffdc


#f9ffdc Border Color

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

This div border color is #f9ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ffdc

Related Colors

#f9ffdc Color Palettes


Comments

No comments written yet.

Please login to write comment.