Color Hex Logo

#f1ffba Color Hex

#F1FFBA
(241,255,186)
0 Favorites   0 Comments

Color spaces of #f1ffba

RGB 241255186
HSL0.201.000.86
HSV72°27°100°
CMYK 0.050.000.27   0.00
XYZ80.898693.765960.2892
Yxy93.76590.34430.3991
Hunter Lab96.8328-20.330230.8683
CIE-Lab97.5376-15.539831.5229

#f1ffba color RGB value is (241,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111111 10111010
Octal 361 377 272
Decimal 241 255 186
Hex F1 FF BA

RGB Percentages of Color #f1ffba

%35.34
%37.39
%27.27

CMYK Percentages of Color #f1ffba

%5
%0
%27
%0

Triadic Colors of #f1ffba

#f1ffba #baf1ff #ffbaf1

Analogous Colors of #f1ffba

#f1ffba #cfffba #ffebba

Monochromatic Colors of #f1ffba

#f1ffba

Complementary Color

#f1ffba #c8baff

#f1ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ffba Color CSS Codes

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

#f1ffba Text Font Color

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

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


#f1ffba Background Color

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

This div background color is #f1ffba


#f1ffba Border Color

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

This div border color is #f1ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ffba

Related Colors

#f1ffba Color Palettes


Comments

No comments written yet.

Please login to write comment.