Color Hex Logo

#f0fcfd Color Hex

#F0FCFD
(240,252,253)
0 Favorites   0 Comments

Color spaces of #f0fcfd

RGB 240252253
HSL0.510.760.97
HSV185°99°
CMYK 0.050.000.00   0.01
XYZ88.475295.2379106.6481
Yxy95.23790.30470.3280
Hunter Lab97.5899-8.95393.5197
CIE-Lab98.1286-3.7338-1.8487

#f0fcfd color RGB value is (240,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111100 11111101
Octal 360 374 375
Decimal 240 252 253
Hex F0 FC FD

RGB Percentages of Color #f0fcfd

%32.21
%33.83
%33.96

CMYK Percentages of Color #f0fcfd

%5
%0
%0
%1

Triadic Colors of #f0fcfd

#f0fcfd #fdf0fc #fcfdf0

Analogous Colors of #f0fcfd

#f0fcfd #f0f6fd #f0fdf8

Monochromatic Colors of #f0fcfd

#f0fcfd

Complementary Color

#f0fcfd #fdf1f0

#f0fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fcfd Color CSS Codes

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

#f0fcfd Text Font Color

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

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


#f0fcfd Background Color

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

This div background color is #f0fcfd


#f0fcfd Border Color

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

This div border color is #f0fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fcfd


Comments

No comments written yet.

Please login to write comment.