Color Hex Logo

#bff009 Color Hex

#BFF009
(191,240,9)
0 Favorites   0 Comments

Color spaces of #bff009

RGB 1912409
HSL0.200.930.49
HSV73°96°94°
CMYK 0.200.000.96   0.06
XYZ52.695373.416311.6519
Yxy73.41630.38250.5329
Hunter Lab85.6833-40.168251.9156
CIE-Lab88.6459-40.306585.4709

#bff009 color RGB value is (191,240,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 00001001
Octal 277 360 11
Decimal 191 240 9
Hex BF F0 9

RGB Percentages of Color #bff009

%43.41
%54.55
%2.05

CMYK Percentages of Color #bff009

%20
%0
%96
%6

Triadic Colors of #bff009

#bff009 #09bff0 #f009bf

Analogous Colors of #bff009

#bff009 #4bf009 #f0ae09

Monochromatic Colors of #bff009

#bff009

Complementary Color

#bff009 #3a09f0

#bff009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff009 Color CSS Codes

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

#bff009 Text Font Color

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

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


#bff009 Background Color

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

This div background color is #bff009


#bff009 Border Color

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

This div border color is #bff009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff009


Comments

No comments written yet.

Please login to write comment.