Color Hex Logo

#bff014 Color Hex

#BFF014
(191,240,20)
0 Favorites   0 Comments

Color spaces of #bff014

RGB 19124020
HSL0.200.880.51
HSV73°92°94°
CMYK 0.200.000.92   0.06
XYZ52.772273.447012.0571
Yxy73.44700.38160.5312
Hunter Lab85.7012-40.062351.6495
CIE-Lab88.6605-40.169684.4079

#bff014 color RGB value is (191,240,20).

#bff014 hex color red value is 191, green value is 240 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bff014 hue: 0.20 , saturation: 0.88 and the lightness value of bff014 is 0.51.

The process color (four color CMYK) of #bff014 color hex is 0.20, 0.00, 0.92, 0.06. Web safe color of #bff014 is #ccff00. Color #bff014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 00010100
Octal 277 360 24
Decimal 191 240 20
Hex BF F0 14

RGB Percentages of Color #bff014

%42.35
%53.22
%4.43

CMYK Percentages of Color #bff014

%20
%0
%92
%6

Triadic Colors of #bff014

#bff014 #14bff0 #f014bf

Analogous Colors of #bff014

#bff014 #51f014 #f0b314

Monochromatic Colors of #bff014

#bff014

Complementary Color

#bff014 #4514f0

#bff014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff014 Color CSS Codes

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

#bff014 Text Font Color

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

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


#bff014 Background Color

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

This div background color is #bff014


#bff014 Border Color

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

This div border color is #bff014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff014


Comments

No comments written yet.

Please login to write comment.