Color Hex Logo

#bafc3b Color Hex

#BAFC3B
(186,252,59)
0 Favorites   0 Comments

Color spaces of #bafc3b

RGB 18625259
HSL0.220.970.61
HSV81°77°99°
CMYK 0.260.000.77   0.01
XYZ55.849580.375716.7082
Yxy80.37570.36520.5256
Hunter Lab89.6525-45.694351.7071
CIE-Lab91.8532-46.093778.8791

#bafc3b color RGB value is (186,252,59).

#bafc3b hex color red value is 186, green value is 252 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bafc3b hue: 0.22 , saturation: 0.97 and the lightness value of bafc3b is 0.61.

The process color (four color CMYK) of #bafc3b color hex is 0.26, 0.00, 0.77, 0.01. Web safe color of #bafc3b is #ccff33. Color #bafc3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 00111011
Octal 272 374 73
Decimal 186 252 59
Hex BA FC 3B

RGB Percentages of Color #bafc3b

%37.42
%50.70
%11.87

CMYK Percentages of Color #bafc3b

%26
%0
%77
%1

Triadic Colors of #bafc3b

#bafc3b #3bbafc #fc3bba

Analogous Colors of #bafc3b

#bafc3b #5afc3b #fcde3b

Monochromatic Colors of #bafc3b

#bafc3b

Complementary Color

#bafc3b #7d3bfc

#bafc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc3b Color CSS Codes

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

#bafc3b Text Font Color

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

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


#bafc3b Background Color

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

This div background color is #bafc3b


#bafc3b Border Color

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

This div border color is #bafc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc3b


Comments

No comments written yet.

Please login to write comment.