Color Hex Logo

#bfff4f Color Hex

#BFFF4F
(191,255,79)
0 Favorites   0 Comments

Color spaces of #bfff4f

RGB 19125579
HSL0.231.000.65
HSV82°69°100°
CMYK 0.250.000.69   0.00
XYZ58.657183.160920.3572
Yxy83.16090.36170.5128
Hunter Lab91.1926-44.771950.5993
CIE-Lab93.0848-44.499473.7151

#bfff4f color RGB value is (191,255,79).

#bfff4f hex color red value is 191, green value is 255 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bfff4f hue: 0.23 , saturation: 1.00 and the lightness value of bfff4f is 0.65.

The process color (four color CMYK) of #bfff4f color hex is 0.25, 0.00, 0.69, 0.00. Web safe color of #bfff4f is #ccff66. Color #bfff4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111111 01001111
Octal 277 377 117
Decimal 191 255 79
Hex BF FF 4F

RGB Percentages of Color #bfff4f

%36.38
%48.57
%15.05

CMYK Percentages of Color #bfff4f

%25
%0
%69
%0

Triadic Colors of #bfff4f

#bfff4f #4fbfff #ff4fbf

Analogous Colors of #bfff4f

#bfff4f #67ff4f #ffe74f

Monochromatic Colors of #bfff4f

#bfff4f

Complementary Color

#bfff4f #8f4fff

#bfff4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfff4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfff4f Color CSS Codes

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

#bfff4f Text Font Color

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

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


#bfff4f Background Color

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

This div background color is #bfff4f


#bfff4f Border Color

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

This div border color is #bfff4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfff4f

Related Colors


Comments

No comments written yet.

Please login to write comment.