Color Hex Logo

#bffc01 Color Hex

#BFFC01
(191,252,1)
0 Favorites   0 Comments

Color spaces of #bffc01

RGB 1912521
HSL0.210.990.50
HSV75°100°99°
CMYK 0.240.001.00   0.01
XYZ56.301780.699412.6378
Yxy80.69940.37630.5393
Hunter Lab89.8328-45.334754.5420
CIE-Lab91.9978-45.589788.6441

#bffc01 color RGB value is (191,252,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111100 00000001
Octal 277 374 1
Decimal 191 252 1
Hex BF FC 1

RGB Percentages of Color #bffc01

%43.02
%56.76
%0.23

CMYK Percentages of Color #bffc01

%24
%0
%100
%1

Triadic Colors of #bffc01

#bffc01 #01bffc #fc01bf

Analogous Colors of #bffc01

#bffc01 #42fc01 #fcbc01

Monochromatic Colors of #bffc01

#bffc01

Complementary Color

#bffc01 #3e01fc

#bffc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffc01 Color CSS Codes

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

#bffc01 Text Font Color

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

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


#bffc01 Background Color

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

This div background color is #bffc01


#bffc01 Border Color

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

This div border color is #bffc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffc01


Comments

No comments written yet.

Please login to write comment.