Color Hex Logo

#bffb0f Color Hex

#BFFB0F
(191,251,15)
0 Favorites   0 Comments

Color spaces of #bffb0f

RGB 19125115
HSL0.210.970.52
HSV75°94°98°
CMYK 0.240.000.94   0.02
XYZ56.069380.105212.9586
Yxy80.10520.37600.5371
Hunter Lab89.5015-44.804254.0667
CIE-Lab91.7320-45.022987.3674

#bffb0f color RGB value is (191,251,15).

#bffb0f hex color red value is 191, green value is 251 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bffb0f hue: 0.21 , saturation: 0.97 and the lightness value of bffb0f is 0.52.

The process color (four color CMYK) of #bffb0f color hex is 0.24, 0.00, 0.94, 0.02. Web safe color of #bffb0f is #ccff00. Color #bffb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111011 00001111
Octal 277 373 17
Decimal 191 251 15
Hex BF FB F

RGB Percentages of Color #bffb0f

%41.79
%54.92
%3.28

CMYK Percentages of Color #bffb0f

%24
%0
%94
%2

Triadic Colors of #bffb0f

#bffb0f #0fbffb #fb0fbf

Analogous Colors of #bffb0f

#bffb0f #49fb0f #fbc10f

Monochromatic Colors of #bffb0f

#bffb0f

Complementary Color

#bffb0f #4b0ffb

#bffb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffb0f Color CSS Codes

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

#bffb0f Text Font Color

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

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


#bffb0f Background Color

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

This div background color is #bffb0f


#bffb0f Border Color

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

This div border color is #bffb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffb0f


Comments

No comments written yet.

Please login to write comment.