Color Hex Logo

#f5fff2 Color Hex

#F5FFF2
(245,255,242)
0 Favorites   0 Comments

Color spaces of #f5fff2

RGB 245255242
HSL0.291.000.97
HSV106°100°
CMYK 0.040.000.05   0.00
XYZ89.443297.343398.0794
Yxy97.34330.31400.3417
Hunter Lab98.6627-10.839610.1244
CIE-Lab98.9635-5.55845.0595

#f5fff2 color RGB value is (245,255,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111111 11110010
Octal 365 377 362
Decimal 245 255 242
Hex F5 FF F2

RGB Percentages of Color #f5fff2

%33.02
%34.37
%32.61

CMYK Percentages of Color #f5fff2

%4
%0
%5
%0

Triadic Colors of #f5fff2

#f5fff2 #f2f5ff #fff2f5

Analogous Colors of #f5fff2

#f5fff2 #f2fff6 #fcfff2

Monochromatic Colors of #f5fff2

#f5fff2

Complementary Color

#f5fff2 #fcf2ff

#f5fff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fff2 Color CSS Codes

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

#f5fff2 Text Font Color

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

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


#f5fff2 Background Color

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

This div background color is #f5fff2


#f5fff2 Border Color

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

This div border color is #f5fff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fff2

Related Colors


Comments

No comments written yet.

Please login to write comment.