Color Hex Logo

#f8fafc Color Hex

#F8FAFC
(248,250,252)
0 Favorites   0 Comments

Color spaces of #f8fafc

RGB 248250252
HSL0.580.400.98
HSV210°99°
CMYK 0.020.010.00   0.01
XYZ90.467795.3559105.7328
Yxy95.35590.31030.3271
Hunter Lab97.6503-5.51764.1578
CIE-Lab98.1757-0.2992-1.1976

#f8fafc color RGB value is (248,250,252).

#f8fafc hex color red value is 248, green value is 250 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f8fafc hue: 0.58 , saturation: 0.40 and the lightness value of f8fafc is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111010 11111100
Octal 370 372 374
Decimal 248 250 252
Hex F8 FA FC

RGB Percentages of Color #f8fafc

%33.07
%33.33
%33.60

CMYK Percentages of Color #f8fafc

%2
%1
%0
%1

Triadic Colors of #f8fafc

#f8fafc #fcf8fa #fafcf8

Analogous Colors of #f8fafc

#f8fafc #f8f8fc #f8fcfc

Monochromatic Colors of #f8fafc

#f8fafc

Complementary Color

#f8fafc #fcfaf8

#f8fafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8fafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8fafc Color CSS Codes

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

#f8fafc Text Font Color

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

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


#f8fafc Background Color

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

This div background color is #f8fafc


#f8fafc Border Color

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

This div border color is #f8fafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8fafc

Related Colors


Comments

No comments written yet.

Please login to write comment.