Color Hex Logo

#bff53f Color Hex

#BFF53F
(191,245,63)
0 Favorites   0 Comments

Color spaces of #bff53f

RGB 19124563
HSL0.220.900.60
HSV78°74°96°
CMYK 0.220.000.74   0.04
XYZ55.035576.740116.6143
Yxy76.74010.37090.5172
Hunter Lab87.6014-41.160150.0762
CIE-Lab90.2019-41.020676.2330

#bff53f color RGB value is (191,245,63).

#bff53f hex color red value is 191, green value is 245 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bff53f hue: 0.22 , saturation: 0.90 and the lightness value of bff53f is 0.60.

The process color (four color CMYK) of #bff53f color hex is 0.22, 0.00, 0.74, 0.04. Web safe color of #bff53f is #ccff33. Color #bff53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110101 00111111
Octal 277 365 77
Decimal 191 245 63
Hex BF F5 3F

RGB Percentages of Color #bff53f

%38.28
%49.10
%12.63

CMYK Percentages of Color #bff53f

%22
%0
%74
%4

Triadic Colors of #bff53f

#bff53f #3fbff5 #f53fbf

Analogous Colors of #bff53f

#bff53f #64f53f #f5d03f

Monochromatic Colors of #bff53f

#bff53f

Complementary Color

#bff53f #753ff5

#bff53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff53f Color CSS Codes

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

#bff53f Text Font Color

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

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


#bff53f Background Color

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

This div background color is #bff53f


#bff53f Border Color

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

This div border color is #bff53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff53f


Comments

No comments written yet.

Please login to write comment.