Color Hex Logo

#f9fefc Color Hex

#F9FEFC
(249,254,252)
1 Favorites   0 Comments

Color spaces of #f9fefc

RGB 249254252
HSL0.430.710.99
HSV156°100°
CMYK 0.020.000.01   0.00
XYZ92.079498.0516106.1682
Yxy98.05160.31080.3309
Hunter Lab99.0210-7.30005.7452
CIE-Lab99.2417-1.99020.3688

#f9fefc color RGB value is (249,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111110 11111100
Octal 371 376 374
Decimal 249 254 252
Hex F9 FE FC

RGB Percentages of Color #f9fefc

%32.98
%33.64
%33.38

CMYK Percentages of Color #f9fefc

%2
%0
%1
%0

Triadic Colors of #f9fefc

#f9fefc #fcf9fe #fefcf9

Analogous Colors of #f9fefc

#f9fefc #f9fefe #f9fefa

Monochromatic Colors of #f9fefc

#f9fefc

Complementary Color

#f9fefc #fef9fb

#f9fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fefc Color CSS Codes

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

#f9fefc Text Font Color

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

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


#f9fefc Background Color

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

This div background color is #f9fefc


#f9fefc Border Color

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

This div border color is #f9fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fefc

Related Colors


Comments

No comments written yet.

Please login to write comment.