Color Hex Logo

#f5fefa Color Hex

#F5FEFA
(245,254,250)
0 Favorites   0 Comments

Color spaces of #f5fefa

RGB 245254250
HSL0.430.820.98
HSV153°100°
CMYK 0.040.000.02   0.00
XYZ90.353397.1982104.4415
Yxy97.19820.30940.3329
Hunter Lab98.5891-8.94246.2029
CIE-Lab98.9064-3.65580.8717

#f5fefa color RGB value is (245,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111110 11111010
Octal 365 376 372
Decimal 245 254 250
Hex F5 FE FA

RGB Percentages of Color #f5fefa

%32.71
%33.91
%33.38

CMYK Percentages of Color #f5fefa

%4
%0
%2
%0

Triadic Colors of #f5fefa

#f5fefa #faf5fe #fefaf5

Analogous Colors of #f5fefa

#f5fefa #f5fefe #f5fef6

Monochromatic Colors of #f5fefa

#f5fefa

Complementary Color

#f5fefa #fef5f9

#f5fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fefa Color CSS Codes

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

#f5fefa Text Font Color

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

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


#f5fefa Background Color

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

This div background color is #f5fefa


#f5fefa Border Color

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

This div border color is #f5fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fefa

#f5fefa Color Palettes


Comments

No comments written yet.

Please login to write comment.