Color Hex Logo

#bff95b Color Hex

#BFF95B
(191,249,91)
0 Favorites   0 Comments

Color spaces of #bff95b

RGB 19124991
HSL0.230.930.67
HSV82°63°98°
CMYK 0.230.000.63   0.02
XYZ57.249979.583122.2412
Yxy79.58310.35990.5003
Hunter Lab89.2094-41.564447.6647
CIE-Lab91.4975-41.089167.5538

#bff95b color RGB value is (191,249,91).

#bff95b hex color red value is 191, green value is 249 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bff95b hue: 0.23 , saturation: 0.93 and the lightness value of bff95b is 0.67.

The process color (four color CMYK) of #bff95b color hex is 0.23, 0.00, 0.63, 0.02. Web safe color of #bff95b is #ccff66. Color #bff95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 01011011
Octal 277 371 133
Decimal 191 249 91
Hex BF F9 5B

RGB Percentages of Color #bff95b

%35.97
%46.89
%17.14

CMYK Percentages of Color #bff95b

%23
%0
%63
%2

Triadic Colors of #bff95b

#bff95b #5bbff9 #f95bbf

Analogous Colors of #bff95b

#bff95b #70f95b #f9e45b

Monochromatic Colors of #bff95b

#bff95b

Complementary Color

#bff95b #955bf9

#bff95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff95b Color CSS Codes

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

#bff95b Text Font Color

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

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


#bff95b Background Color

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

This div background color is #bff95b


#bff95b Border Color

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

This div border color is #bff95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff95b

Related Colors


Comments

No comments written yet.

Please login to write comment.