Color Hex Logo

#f5fdfe Color Hex

#F5FDFE
(245,253,254)
1 Favorites   0 Comments

Color spaces of #f5fdfe

RGB 245253254
HSL0.520.820.98
HSV187°100°
CMYK 0.040.000.00   0.00
XYZ90.670996.8188107.6750
Yxy96.81880.30720.3280
Hunter Lab98.3965-7.70903.9967
CIE-Lab98.7567-2.4352-1.4013

#f5fdfe color RGB value is (245,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111101 11111110
Octal 365 375 376
Decimal 245 253 254
Hex F5 FD FE

RGB Percentages of Color #f5fdfe

%32.58
%33.64
%33.78

CMYK Percentages of Color #f5fdfe

%4
%0
%0
%0

Triadic Colors of #f5fdfe

#f5fdfe #fef5fd #fdfef5

Analogous Colors of #f5fdfe

#f5fdfe #f5f9fe #f5fefb

Monochromatic Colors of #f5fdfe

#f5fdfe

Complementary Color

#f5fdfe #fef6f5

#f5fdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fdfe Color CSS Codes

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

#f5fdfe Text Font Color

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

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


#f5fdfe Background Color

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

This div background color is #f5fdfe


#f5fdfe Border Color

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

This div border color is #f5fdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fdfe

Related Colors

#f5fdfe Color Palettes


Comments

No comments written yet.

Please login to write comment.