Color Hex Logo

#f1fdab Color Hex

#F1FDAB
(241,253,171)
0 Favorites   0 Comments

Color spaces of #f1fdab

RGB 241253171
HSL0.190.950.83
HSV69°32°99°
CMYK 0.050.000.32   0.01
XYZ78.751691.891652.1143
Yxy91.89160.35350.4125
Hunter Lab95.8601-21.112734.8691
CIE-Lab96.7760-16.486537.9961

#f1fdab color RGB value is (241,253,171).

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

The process color (four color CMYK) of #f1fdab color hex is 0.05, 0.00, 0.32, 0.01. Web safe color of #f1fdab is #ffff99. Color #f1fdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111101 10101011
Octal 361 375 253
Decimal 241 253 171
Hex F1 FD AB

RGB Percentages of Color #f1fdab

%36.24
%38.05
%25.71

CMYK Percentages of Color #f1fdab

%5
%0
%32
%1

Triadic Colors of #f1fdab

#f1fdab #abf1fd #fdabf1

Analogous Colors of #f1fdab

#f1fdab #c8fdab #fde0ab

Monochromatic Colors of #f1fdab

#f1fdab

Complementary Color

#f1fdab #b7abfd

#f1fdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fdab Color CSS Codes

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

#f1fdab Text Font Color

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

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


#f1fdab Background Color

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

This div background color is #f1fdab


#f1fdab Border Color

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

This div border color is #f1fdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fdab

Related Colors


Comments

No comments written yet.

Please login to write comment.