Color Hex Logo

#fbff97 Color Hex

#FBFF97
(251,255,151)
0 Favorites   0 Comments

Color spaces of #fbff97

RGB 251255151
HSL0.171.000.80
HSV62°41°100°
CMYK 0.020.000.41   0.00
XYZ81.129694.263643.1969
Yxy94.26360.37110.4312
Hunter Lab97.0894-20.748941.5834
CIE-Lab97.7381-15.953549.1419

#fbff97 color RGB value is (251,255,151).

#fbff97 hex color red value is 251, green value is 255 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fbff97 hue: 0.17 , saturation: 1.00 and the lightness value of fbff97 is 0.80.

The process color (four color CMYK) of #fbff97 color hex is 0.02, 0.00, 0.41, 0.00. Web safe color of #fbff97 is #ffff99. Color #fbff97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 10010111
Octal 373 377 227
Decimal 251 255 151
Hex FB FF 97

RGB Percentages of Color #fbff97

%38.20
%38.81
%22.98

CMYK Percentages of Color #fbff97

%2
%0
%41
%0

Triadic Colors of #fbff97

#fbff97 #97fbff #ff97fb

Analogous Colors of #fbff97

#fbff97 #c7ff97 #ffcf97

Monochromatic Colors of #fbff97

#fbff97

Complementary Color

#fbff97 #9b97ff

#fbff97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbff97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbff97 Color CSS Codes

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

#fbff97 Text Font Color

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

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


#fbff97 Background Color

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

This div background color is #fbff97


#fbff97 Border Color

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

This div border color is #fbff97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbff97

Related Colors

#fbff97 Color Palettes


Comments

No comments written yet.

Please login to write comment.