Color Hex Logo

#bff64d Color Hex

#BFF64D
(191,246,77)
0 Favorites   0 Comments

Color spaces of #bff64d

RGB 19124677
HSL0.220.900.63
HSV80°69°96°
CMYK 0.220.000.69   0.04
XYZ55.781277.523719.0448
Yxy77.52370.36610.5089
Hunter Lab88.0475-40.997248.8088
CIE-Lab90.5621-40.699671.8779

#bff64d color RGB value is (191,246,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110110 01001101
Octal 277 366 115
Decimal 191 246 77
Hex BF F6 4D

RGB Percentages of Color #bff64d

%37.16
%47.86
%14.98

CMYK Percentages of Color #bff64d

%22
%0
%69
%4

Triadic Colors of #bff64d

#bff64d #4dbff6 #f64dbf

Analogous Colors of #bff64d

#bff64d #6bf64d #f6d94d

Monochromatic Colors of #bff64d

#bff64d

Complementary Color

#bff64d #844df6

#bff64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff64d Color CSS Codes

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

#bff64d Text Font Color

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

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


#bff64d Background Color

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

This div background color is #bff64d


#bff64d Border Color

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

This div border color is #bff64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff64d


Comments

No comments written yet.

Please login to write comment.