Color Hex Logo

#f1fdbb Color Hex

#F1FDBB
(241,253,187)
0 Favorites   0 Comments

Color spaces of #f1fdbb

RGB 241253187
HSL0.200.940.86
HSV71°26°99°
CMYK 0.050.000.26   0.01
XYZ80.370592.539260.6396
Yxy92.53920.34410.3962
Hunter Lab96.1973-19.212929.9636
CIE-Lab97.0403-14.429630.3480

#f1fdbb color RGB value is (241,253,187).

#f1fdbb hex color red value is 241, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f1fdbb hue: 0.20 , saturation: 0.94 and the lightness value of f1fdbb is 0.86.

The process color (four color CMYK) of #f1fdbb color hex is 0.05, 0.00, 0.26, 0.01. Web safe color of #f1fdbb is #ffffcc. Color #f1fdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111101 10111011
Octal 361 375 273
Decimal 241 253 187
Hex F1 FD BB

RGB Percentages of Color #f1fdbb

%35.39
%37.15
%27.46

CMYK Percentages of Color #f1fdbb

%5
%0
%26
%1

Triadic Colors of #f1fdbb

#f1fdbb #bbf1fd #fdbbf1

Analogous Colors of #f1fdbb

#f1fdbb #d0fdbb #fde8bb

Monochromatic Colors of #f1fdbb

#f1fdbb

Complementary Color

#f1fdbb #c7bbfd

#f1fdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fdbb Color CSS Codes

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

#f1fdbb Text Font Color

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

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


#f1fdbb Background Color

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

This div background color is #f1fdbb


#f1fdbb Border Color

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

This div border color is #f1fdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fdbb


Comments

No comments written yet.

Please login to write comment.