Color Hex Logo

#f9fcdf Color Hex

#F9FCDF
(249,252,223)
0 Favorites   0 Comments

Color spaces of #f9fcdf

RGB 249252223
HSL0.180.830.93
HSV66°12°99°
CMYK 0.010.000.12   0.01
XYZ87.196695.088383.5702
Yxy95.08830.32800.3577
Hunter Lab97.5132-11.033017.4469
CIE-Lab98.0688-5.839313.5541

#f9fcdf color RGB value is (249,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111100 11011111
Octal 371 374 337
Decimal 249 252 223
Hex F9 FC DF

RGB Percentages of Color #f9fcdf

%34.39
%34.81
%30.80

CMYK Percentages of Color #f9fcdf

%1
%0
%12
%1

Triadic Colors of #f9fcdf

#f9fcdf #dff9fc #fcdff9

Analogous Colors of #f9fcdf

#f9fcdf #ebfcdf #fcf1df

Monochromatic Colors of #f9fcdf

#f9fcdf

Complementary Color

#f9fcdf #e2dffc

#f9fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fcdf Color CSS Codes

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

#f9fcdf Text Font Color

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

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


#f9fcdf Background Color

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

This div background color is #f9fcdf


#f9fcdf Border Color

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

This div border color is #f9fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.