Color Hex Logo

#bff012 Color Hex

#BFF012
(191,240,18)
0 Favorites   0 Comments

Color spaces of #bff012

RGB 19124018
HSL0.200.880.51
HSV73°93°94°
CMYK 0.200.000.93   0.06
XYZ52.755173.440211.9672
Yxy73.44020.38180.5315
Hunter Lab85.6973-40.085951.7085
CIE-Lab88.6572-40.200184.6416

#bff012 color RGB value is (191,240,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 00010010
Octal 277 360 22
Decimal 191 240 18
Hex BF F0 12

RGB Percentages of Color #bff012

%42.54
%53.45
%4.01

CMYK Percentages of Color #bff012

%20
%0
%93
%6

Triadic Colors of #bff012

#bff012 #12bff0 #f012bf

Analogous Colors of #bff012

#bff012 #50f012 #f0b212

Monochromatic Colors of #bff012

#bff012

Complementary Color

#bff012 #4312f0

#bff012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff012 Color CSS Codes

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

#bff012 Text Font Color

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

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


#bff012 Background Color

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

This div background color is #bff012


#bff012 Border Color

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

This div border color is #bff012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff012


Comments

No comments written yet.

Please login to write comment.