Color Hex Logo

#f0f2fe Color Hex

#F0F2FE
(240,242,254)
0 Favorites   0 Comments

Color spaces of #f0f2fe

RGB 240242254
HSL0.640.880.97
HSV231°100°
CMYK 0.060.050.00   0.00
XYZ85.576789.1853106.4700
Yxy89.18530.30430.3171
Hunter Lab94.4380-3.5154-0.7374
CIE-Lab95.65781.5258-5.9981

#f0f2fe color RGB value is (240,242,254).

#f0f2fe hex color red value is 240, green value is 242 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f0f2fe hue: 0.64 , saturation: 0.88 and the lightness value of f0f2fe is 0.97.

The process color (four color CMYK) of #f0f2fe color hex is 0.06, 0.05, 0.00, 0.00. Web safe color of #f0f2fe is #ffffff. Color #f0f2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11110010 11111110
Octal 360 362 376
Decimal 240 242 254
Hex F0 F2 FE

RGB Percentages of Color #f0f2fe

%32.61
%32.88
%34.51

CMYK Percentages of Color #f0f2fe

%6
%5
%0
%0

Triadic Colors of #f0f2fe

#f0f2fe #fef0f2 #f2fef0

Analogous Colors of #f0f2fe

#f0f2fe #f5f0fe #f0f9fe

Monochromatic Colors of #f0f2fe

#f0f2fe

Complementary Color

#f0f2fe #fefcf0

#f0f2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0f2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0f2fe Color CSS Codes

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

#f0f2fe Text Font Color

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

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


#f0f2fe Background Color

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

This div background color is #f0f2fe


#f0f2fe Border Color

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

This div border color is #f0f2fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,242,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0f2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.