Color Hex Logo

#bff391 Color Hex

#BFF391
(191,243,145)
0 Favorites   0 Comments

Color spaces of #bff391

RGB 191243145
HSL0.260.800.76
HSV92°40°95°
CMYK 0.210.000.40   0.05
XYZ58.647377.221938.6023
Yxy77.22190.33610.4426
Hunter Lab87.8760-34.654435.4682
CIE-Lab90.4237-33.052541.9376

#bff391 color RGB value is (191,243,145).

#bff391 hex color red value is 191, green value is 243 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bff391 hue: 0.26 , saturation: 0.80 and the lightness value of bff391 is 0.76.

The process color (four color CMYK) of #bff391 color hex is 0.21, 0.00, 0.40, 0.05. Web safe color of #bff391 is #ccff99. Color #bff391 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110011 10010001
Octal 277 363 221
Decimal 191 243 145
Hex BF F3 91

RGB Percentages of Color #bff391

%32.99
%41.97
%25.04

CMYK Percentages of Color #bff391

%21
%0
%40
%5

Triadic Colors of #bff391

#bff391 #91bff3 #f391bf

Analogous Colors of #bff391

#bff391 #91f394 #f0f391

Monochromatic Colors of #bff391

#bff391

Complementary Color

#bff391 #c591f3

#bff391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff391 Color CSS Codes

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

#bff391 Text Font Color

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

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


#bff391 Background Color

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

This div background color is #bff391


#bff391 Border Color

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

This div border color is #bff391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff391


Comments

No comments written yet.

Please login to write comment.