Color Hex Logo

#f5fffa Color Hex MintCream

#F5FFFA
(245,255,250)
38 Favorites   0 Comments

Color spaces of #f5fffa MintCream

RGB 245255250
HSL0.421.000.98
HSV150°100°
CMYK 0.040.000.02   0.00
XYZ90.671597.8346104.5475
Yxy97.83460.30940.3338
Hunter Lab98.9114-9.46506.5695
CIE-Lab99.1566-4.15801.2364

#f5fffa color RGB value is (245,255,250). #f5fffa color name is MintCream color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111111 11111010
Octal 365 377 372
Decimal 245 255 250
Hex F5 FF FA

RGB Percentages of Color #f5fffa

%32.67
%34.00
%33.33

CMYK Percentages of Color #f5fffa

%4
%0
%2
%0

Triadic Colors of #f5fffa

#f5fffa #faf5ff #fffaf5

Analogous Colors of #f5fffa

#f5fffa #f5ffff #f5fff5

Monochromatic Colors of #f5fffa

#f5fffa

Complementary Color

#f5fffa #fff5fa

#f5fffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fffa Color CSS Codes

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

#f5fffa Text Font Color

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

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


#f5fffa Background Color

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

This div background color is #f5fffa


#f5fffa Border Color

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

This div border color is #f5fffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fffa

Related Colors


Comments

No comments written yet.

Please login to write comment.