Color Hex Logo

#bfd91f Color Hex

#BFD91F
(191,217,31)
0 Favorites   0 Comments

Color spaces of #bfd91f

RGB 19121731
HSL0.190.750.49
HSV68°86°85°
CMYK 0.120.000.86   0.15
XYZ46.546060.801010.5789
Yxy60.80100.39470.5156
Hunter Lab77.9750-29.903446.5386
CIE-Lab82.2716-29.474277.4899

#bfd91f color RGB value is (191,217,31).

#bfd91f hex color red value is 191, green value is 217 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bfd91f hue: 0.19 , saturation: 0.75 and the lightness value of bfd91f is 0.49.

The process color (four color CMYK) of #bfd91f color hex is 0.12, 0.00, 0.86, 0.15. Web safe color of #bfd91f is #cccc33. Color #bfd91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 00011111
Octal 277 331 37
Decimal 191 217 31
Hex BF D9 1F

RGB Percentages of Color #bfd91f

%43.51
%49.43
%7.06

CMYK Percentages of Color #bfd91f

%12
%0
%86
%15

Triadic Colors of #bfd91f

#bfd91f #1fbfd9 #d91fbf

Analogous Colors of #bfd91f

#bfd91f #62d91f #d9961f

Monochromatic Colors of #bfd91f

#bfd91f

Complementary Color

#bfd91f #391fd9

#bfd91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd91f Color CSS Codes

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

#bfd91f Text Font Color

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

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


#bfd91f Background Color

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

This div background color is #bfd91f


#bfd91f Border Color

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

This div border color is #bfd91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd91f


Comments

No comments written yet.

Please login to write comment.