Color Hex Logo

#bafc01 Color Hex

#BAFC01
(186,252,1)
0 Favorites   0 Comments

Color spaces of #bafc01

RGB 1862521
HSL0.210.990.50
HSV76°100°99°
CMYK 0.260.001.00   0.01
XYZ55.065680.062112.5800
Yxy80.06210.37280.5420
Hunter Lab89.4774-46.734254.2984
CIE-Lab91.7127-47.456988.3016

#bafc01 color RGB value is (186,252,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 00000001
Octal 272 374 1
Decimal 186 252 1
Hex BA FC 1

RGB Percentages of Color #bafc01

%42.37
%57.40
%0.23

CMYK Percentages of Color #bafc01

%26
%0
%100
%1

Triadic Colors of #bafc01

#bafc01 #01bafc #fc01ba

Analogous Colors of #bafc01

#bafc01 #3cfc01 #fcc101

Monochromatic Colors of #bafc01

#bafc01

Complementary Color

#bafc01 #4301fc

#bafc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc01 Color CSS Codes

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

#bafc01 Text Font Color

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

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


#bafc01 Background Color

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

This div background color is #bafc01


#bafc01 Border Color

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

This div border color is #bafc01


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,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 #bafc01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc01


Comments

No comments written yet.

Please login to write comment.