Color Hex Logo

#f9fcfd Color Hex

#F9FCFD
(249,252,253)
0 Favorites   0 Comments

Color spaces of #f9fcfd

RGB 249252253
HSL0.540.500.98
HSV195°99°
CMYK 0.020.000.00   0.01
XYZ91.606996.8524106.7947
Yxy96.85240.31030.3280
Hunter Lab98.4136-6.06974.5503
CIE-Lab98.7699-0.8045-0.8339

#f9fcfd color RGB value is (249,252,253).

#f9fcfd hex color red value is 249, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f9fcfd hue: 0.54 , saturation: 0.50 and the lightness value of f9fcfd is 0.98.

The process color (four color CMYK) of #f9fcfd color hex is 0.02, 0.00, 0.00, 0.01. Web safe color of #f9fcfd is #ffffff. Color #f9fcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111100 11111101
Octal 371 374 375
Decimal 249 252 253
Hex F9 FC FD

RGB Percentages of Color #f9fcfd

%33.02
%33.42
%33.55

CMYK Percentages of Color #f9fcfd

%2
%0
%0
%1

Triadic Colors of #f9fcfd

#f9fcfd #fdf9fc #fcfdf9

Analogous Colors of #f9fcfd

#f9fcfd #f9fafd #f9fdfc

Monochromatic Colors of #f9fcfd

#f9fcfd

Complementary Color

#f9fcfd #fdfaf9

#f9fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fcfd Color CSS Codes

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

#f9fcfd Text Font Color

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

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


#f9fcfd Background Color

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

This div background color is #f9fcfd


#f9fcfd Border Color

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

This div border color is #f9fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.