Color Hex Logo

#f0fffa Color Hex

#F0FFFA
(240,255,250)
2 Favorites   0 Comments

Color spaces of #f0fffa

RGB 240255250
HSL0.441.000.97
HSV160°100°
CMYK 0.060.000.02   0.00
XYZ88.950596.9474104.4670
Yxy96.94740.30630.3339
Hunter Lab98.4619-11.05136.0172
CIE-Lab98.8074-5.78710.6851

#f0fffa color RGB value is (240,255,250).

#f0fffa hex color red value is 240, green value is 255 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f0fffa hue: 0.44 , saturation: 1.00 and the lightness value of f0fffa is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111111 11111010
Octal 360 377 372
Decimal 240 255 250
Hex F0 FF FA

RGB Percentages of Color #f0fffa

%32.21
%34.23
%33.56

CMYK Percentages of Color #f0fffa

%6
%0
%2
%0

Triadic Colors of #f0fffa

#f0fffa #faf0ff #fffaf0

Analogous Colors of #f0fffa

#f0fffa #f0fdff #f0fff3

Monochromatic Colors of #f0fffa

#f0fffa

Complementary Color

#f0fffa #fff0f5

#f0fffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fffa Color CSS Codes

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

#f0fffa Text Font Color

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

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


#f0fffa Background Color

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

This div background color is #f0fffa


#f0fffa Border Color

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

This div border color is #f0fffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fffa

Related Colors


Comments

No comments written yet.

Please login to write comment.