Color Hex Logo

#f1fcaa Color Hex

#F1FCAA
(241,252,170)
0 Favorites   0 Comments

Color spaces of #f1fcaa

RGB 241252170
HSL0.190.930.83
HSV68°33°99°
CMYK 0.040.000.33   0.01
XYZ78.341791.223951.5091
Yxy91.22390.35440.4126
Hunter Lab95.5112-20.732534.8828
CIE-Lab96.5022-16.122538.1320

#f1fcaa color RGB value is (241,252,170).

#f1fcaa hex color red value is 241, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f1fcaa hue: 0.19 , saturation: 0.93 and the lightness value of f1fcaa is 0.83.

The process color (four color CMYK) of #f1fcaa color hex is 0.04, 0.00, 0.33, 0.01. Web safe color of #f1fcaa is #ffff99. Color #f1fcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111100 10101010
Octal 361 374 252
Decimal 241 252 170
Hex F1 FC AA

RGB Percentages of Color #f1fcaa

%36.35
%38.01
%25.64

CMYK Percentages of Color #f1fcaa

%4
%0
%33
%1

Triadic Colors of #f1fcaa

#f1fcaa #aaf1fc #fcaaf1

Analogous Colors of #f1fcaa

#f1fcaa #c8fcaa #fcdeaa

Monochromatic Colors of #f1fcaa

#f1fcaa

Complementary Color

#f1fcaa #b5aafc

#f1fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fcaa Color CSS Codes

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

#f1fcaa Text Font Color

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

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


#f1fcaa Background Color

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

This div background color is #f1fcaa


#f1fcaa Border Color

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

This div border color is #f1fcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,252,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1fcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1fcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #f1fcaa;
  box-shadow:         1px 1px 3px 2px #f1fcaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,252,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fcaa


Comments

No comments written yet.

Please login to write comment.