Color Hex Logo

#f7fcfa Color Hex

#F7FCFA
(247,252,250)
1 Favorites   0 Comments

Color spaces of #f7fcfa

RGB 247252250
HSL0.430.450.98
HSV156°99°
CMYK 0.020.000.01   0.01
XYZ90.423596.2971104.2638
Yxy96.29710.31080.3309
Hunter Lab98.1311-7.24955.6964
CIE-Lab98.5502-1.99320.3695

#f7fcfa color RGB value is (247,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11111100 11111010
Octal 367 374 372
Decimal 247 252 250
Hex F7 FC FA

RGB Percentages of Color #f7fcfa

%32.98
%33.64
%33.38

CMYK Percentages of Color #f7fcfa

%2
%0
%1
%1

Triadic Colors of #f7fcfa

#f7fcfa #faf7fc #fcfaf7

Analogous Colors of #f7fcfa

#f7fcfa #f7fcfc #f7fcf8

Monochromatic Colors of #f7fcfa

#f7fcfa

Complementary Color

#f7fcfa #fcf7f9

#f7fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7fcfa Color CSS Codes

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

#f7fcfa Text Font Color

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

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


#f7fcfa Background Color

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

This div background color is #f7fcfa


#f7fcfa Border Color

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

This div border color is #f7fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.