Color Hex Logo

#f0fdfa Color Hex

#F0FDFA
(240,253,250)
0 Favorites   0 Comments

Color spaces of #f0fdfa

RGB 240253250
HSL0.460.760.97
HSV166°99°
CMYK 0.050.000.01   0.01
XYZ88.315895.6780104.2554
Yxy95.67800.30640.3319
Hunter Lab97.8151-10.01155.2769
CIE-Lab98.3042-4.7838-0.0494

#f0fdfa color RGB value is (240,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111101 11111010
Octal 360 375 372
Decimal 240 253 250
Hex F0 FD FA

RGB Percentages of Color #f0fdfa

%32.30
%34.05
%33.65

CMYK Percentages of Color #f0fdfa

%5
%0
%1
%1

Triadic Colors of #f0fdfa

#f0fdfa #faf0fd #fdfaf0

Analogous Colors of #f0fdfa

#f0fdfa #f0fafd #f0fdf4

Monochromatic Colors of #f0fdfa

#f0fdfa

Complementary Color

#f0fdfa #fdf0f3

#f0fdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fdfa Color CSS Codes

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

#f0fdfa Text Font Color

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

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


#f0fdfa Background Color

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

This div background color is #f0fdfa


#f0fdfa Border Color

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

This div border color is #f0fdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fdfa

Related Colors

#f0fdfa Color Palettes


Comments

No comments written yet.

Please login to write comment.