Color Hex Logo

#bafb01 Color Hex

#BAFB01
(186,251,1)
0 Favorites   0 Comments

Color spaces of #bafb01

RGB 1862511
HSL0.210.990.49
HSV76°100°98°
CMYK 0.260.001.00   0.02
XYZ54.752479.435712.4756
Yxy79.43570.37330.5416
Hunter Lab89.1267-46.315554.0895
CIE-Lab91.4311-47.034788.0862

#bafb01 color RGB value is (186,251,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111011 00000001
Octal 272 373 1
Decimal 186 251 1
Hex BA FB 1

RGB Percentages of Color #bafb01

%42.47
%57.31
%0.23

CMYK Percentages of Color #bafb01

%26
%0
%100
%2

Triadic Colors of #bafb01

#bafb01 #01bafb #fb01ba

Analogous Colors of #bafb01

#bafb01 #3dfb01 #fbbf01

Monochromatic Colors of #bafb01

#bafb01

Complementary Color

#bafb01 #4201fb

#bafb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafb01 Color CSS Codes

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

#bafb01 Text Font Color

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

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


#bafb01 Background Color

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

This div background color is #bafb01


#bafb01 Border Color

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

This div border color is #bafb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafb01


Comments

No comments written yet.

Please login to write comment.