Color Hex Logo

#f5fdfc Color Hex

#F5FDFC
(245,253,252)
0 Favorites   0 Comments

Color spaces of #f5fdfc

RGB 245253252
HSL0.480.670.98
HSV173°99°
CMYK 0.030.000.00   0.01
XYZ90.352296.6913105.9967
Yxy96.69130.30830.3300
Hunter Lab98.3317-8.06574.9206
CIE-Lab98.7063-2.7953-0.4475

#f5fdfc color RGB value is (245,253,252).

#f5fdfc hex color red value is 245, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f5fdfc hue: 0.48 , saturation: 0.67 and the lightness value of f5fdfc is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111101 11111100
Octal 365 375 374
Decimal 245 253 252
Hex F5 FD FC

RGB Percentages of Color #f5fdfc

%32.67
%33.73
%33.60

CMYK Percentages of Color #f5fdfc

%3
%0
%0
%1

Triadic Colors of #f5fdfc

#f5fdfc #fcf5fd #fdfcf5

Analogous Colors of #f5fdfc

#f5fdfc #f5fafd #f5fdf8

Monochromatic Colors of #f5fdfc

#f5fdfc

Complementary Color

#f5fdfc #fdf5f6

#f5fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fdfc Color CSS Codes

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

#f5fdfc Text Font Color

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

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


#f5fdfc Background Color

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

This div background color is #f5fdfc


#f5fdfc Border Color

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

This div border color is #f5fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.