Color Hex Logo

#bffc00 Color Hex

#BFFC00
(191,252,0)
0 Favorites   0 Comments

Color spaces of #bffc00

RGB 1912520
HSL0.211.000.49
HSV75°100°99°
CMYK 0.240.001.00   0.01
XYZ56.296380.697212.6090
Yxy80.69720.37630.5394
Hunter Lab89.8316-45.341754.5600
CIE-Lab91.9968-45.598988.7166

#bffc00 color RGB value is (191,252,0).

#bffc00 hex color red value is 191, green value is 252 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bffc00 hue: 0.21 , saturation: 1.00 and the lightness value of bffc00 is 0.49.

The process color (four color CMYK) of #bffc00 color hex is 0.24, 0.00, 1.00, 0.01. Web safe color of #bffc00 is #ccff00. Color #bffc00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111100 00000000
Octal 277 374 0
Decimal 191 252 0
Hex BF FC 0

RGB Percentages of Color #bffc00

%43.12
%56.88
%0.00

CMYK Percentages of Color #bffc00

%24
%0
%100
%1

Triadic Colors of #bffc00

#bffc00 #00bffc #fc00bf

Analogous Colors of #bffc00

#bffc00 #41fc00 #fcbb00

Monochromatic Colors of #bffc00

#bffc00

Complementary Color

#bffc00 #3d00fc

#bffc00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffc00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffc00 Color CSS Codes

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

#bffc00 Text Font Color

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

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


#bffc00 Background Color

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

This div background color is #bffc00


#bffc00 Border Color

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

This div border color is #bffc00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffc00


Comments

No comments written yet.

Please login to write comment.