Color Hex Logo

#f3fdfe Color Hex

#F3FDFE
(243,253,254)
1 Favorites   0 Comments

Color spaces of #f3fdfe

RGB 243253254
HSL0.520.850.97
HSV185°100°
CMYK 0.040.000.00   0.00
XYZ89.976896.4610107.6425
Yxy96.46100.30600.3280
Hunter Lab98.2146-8.34723.7688
CIE-Lab98.6151-3.0843-1.6253

#f3fdfe color RGB value is (243,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11111101 11111110
Octal 363 375 376
Decimal 243 253 254
Hex F3 FD FE

RGB Percentages of Color #f3fdfe

%32.40
%33.73
%33.87

CMYK Percentages of Color #f3fdfe

%4
%0
%0
%0

Triadic Colors of #f3fdfe

#f3fdfe #fef3fd #fdfef3

Analogous Colors of #f3fdfe

#f3fdfe #f3f8fe #f3fefa

Monochromatic Colors of #f3fdfe

#f3fdfe

Complementary Color

#f3fdfe #fef4f3

#f3fdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3fdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3fdfe Color CSS Codes

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

#f3fdfe Text Font Color

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

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


#f3fdfe Background Color

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

This div background color is #f3fdfe


#f3fdfe Border Color

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

This div border color is #f3fdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3fdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.