Color Hex Logo

#f9fdfe Color Hex

#F9FDFE
(249,253,254)
0 Favorites   0 Comments

Color spaces of #f9fdfe

RGB 249253254
HSL0.530.710.99
HSV192°100°
CMYK 0.020.000.00   0.00
XYZ92.081697.5461107.7410
Yxy97.54610.30970.3280
Hunter Lab98.7654-6.41934.4577
CIE-Lab99.0433-1.1312-0.9478

#f9fdfe color RGB value is (249,253,254).

#f9fdfe hex color red value is 249, green value is 253 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f9fdfe hue: 0.53 , saturation: 0.71 and the lightness value of f9fdfe is 0.99.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111101 11111110
Octal 371 375 376
Decimal 249 253 254
Hex F9 FD FE

RGB Percentages of Color #f9fdfe

%32.94
%33.47
%33.60

CMYK Percentages of Color #f9fdfe

%2
%0
%0
%0

Triadic Colors of #f9fdfe

#f9fdfe #fef9fd #fdfef9

Analogous Colors of #f9fdfe

#f9fdfe #f9fbfe #f9fefd

Monochromatic Colors of #f9fdfe

#f9fdfe

Complementary Color

#f9fdfe #fefaf9

#f9fdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fdfe Color CSS Codes

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

#f9fdfe Text Font Color

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

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


#f9fdfe Background Color

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

This div background color is #f9fdfe


#f9fdfe Border Color

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

This div border color is #f9fdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.