Color Hex Logo

#bafb6f Color Hex

#BAFB6F
(186,251,111)
0 Favorites   0 Comments

Color spaces of #bafb6f

RGB 186251111
HSL0.240.950.71
HSV88°56°98°
CMYK 0.260.000.56   0.02
XYZ57.616180.581227.5560
Yxy80.58120.34760.4862
Hunter Lab89.7670-42.523844.6365
CIE-Lab91.9450-42.119759.6048

#bafb6f color RGB value is (186,251,111).

#bafb6f hex color red value is 186, green value is 251 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bafb6f hue: 0.24 , saturation: 0.95 and the lightness value of bafb6f is 0.71.

The process color (four color CMYK) of #bafb6f color hex is 0.26, 0.00, 0.56, 0.02. Web safe color of #bafb6f is #ccff66. Color #bafb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111011 01101111
Octal 272 373 157
Decimal 186 251 111
Hex BA FB 6F

RGB Percentages of Color #bafb6f

%33.94
%45.80
%20.26

CMYK Percentages of Color #bafb6f

%26
%0
%56
%2

Triadic Colors of #bafb6f

#bafb6f #6fbafb #fb6fba

Analogous Colors of #bafb6f

#bafb6f #74fb6f #fbf66f

Monochromatic Colors of #bafb6f

#bafb6f

Complementary Color

#bafb6f #b06ffb

#bafb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafb6f Color CSS Codes

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

#bafb6f Text Font Color

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

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


#bafb6f Background Color

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

This div background color is #bafb6f


#bafb6f Border Color

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

This div border color is #bafb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafb6f


Comments

No comments written yet.

Please login to write comment.