Color Hex Logo

#f7fefa Color Hex

#F7FEFA
(247,254,250)
0 Favorites   0 Comments

Color spaces of #f7fefa

RGB 247254250
HSL0.400.780.98
HSV146°100°
CMYK 0.030.000.02   0.00
XYZ91.054997.5599104.4743
Yxy97.55990.31070.3329
Hunter Lab98.7724-8.29876.4280
CIE-Lab99.0487-3.00021.0965

#f7fefa color RGB value is (247,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11111110 11111010
Octal 367 376 372
Decimal 247 254 250
Hex F7 FE FA

RGB Percentages of Color #f7fefa

%32.89
%33.82
%33.29

CMYK Percentages of Color #f7fefa

%3
%0
%2
%0

Triadic Colors of #f7fefa

#f7fefa #faf7fe #fefaf7

Analogous Colors of #f7fefa

#f7fefa #f7fefe #f8fef7

Monochromatic Colors of #f7fefa

#f7fefa

Complementary Color

#f7fefa #fef7fb

#f7fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7fefa Color CSS Codes

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

#f7fefa Text Font Color

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

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


#f7fefa Background Color

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

This div background color is #f7fefa


#f7fefa Border Color

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

This div border color is #f7fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.