Color Hex Logo

#bafc2f Color Hex

#BAFC2F
(186,252,47)
0 Favorites   0 Comments

Color spaces of #bafc2f

RGB 18625247
HSL0.220.970.59
HSV79°81°99°
CMYK 0.260.000.81   0.01
XYZ55.573280.265115.2530
Yxy80.26510.36780.5312
Hunter Lab89.5908-46.060352.6193
CIE-Lab91.8037-46.572181.9972

#bafc2f color RGB value is (186,252,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 00101111
Octal 272 374 57
Decimal 186 252 47
Hex BA FC 2F

RGB Percentages of Color #bafc2f

%38.35
%51.96
%9.69

CMYK Percentages of Color #bafc2f

%26
%0
%81
%1

Triadic Colors of #bafc2f

#bafc2f #2fbafc #fc2fba

Analogous Colors of #bafc2f

#bafc2f #54fc2f #fcd82f

Monochromatic Colors of #bafc2f

#bafc2f

Complementary Color

#bafc2f #712ffc

#bafc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc2f Color CSS Codes

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

#bafc2f Text Font Color

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

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


#bafc2f Background Color

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

This div background color is #bafc2f


#bafc2f Border Color

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

This div border color is #bafc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc2f


Comments

No comments written yet.

Please login to write comment.