Color Hex Logo

#bafc6b Color Hex

#BAFC6B
(186,252,107)
0 Favorites   0 Comments

Color spaces of #bafc6b

RGB 186252107
HSL0.240.960.70
HSV87°58°99°
CMYK 0.260.000.58   0.01
XYZ57.713981.121426.5261
Yxy81.12140.34900.4906
Hunter Lab90.0674-43.237845.5855
CIE-Lab92.1857-42.917861.6159

#bafc6b color RGB value is (186,252,107).

#bafc6b hex color red value is 186, green value is 252 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bafc6b hue: 0.24 , saturation: 0.96 and the lightness value of bafc6b is 0.70.

The process color (four color CMYK) of #bafc6b color hex is 0.26, 0.00, 0.58, 0.01. Web safe color of #bafc6b is #ccff66. Color #bafc6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 01101011
Octal 272 374 153
Decimal 186 252 107
Hex BA FC 6B

RGB Percentages of Color #bafc6b

%34.13
%46.24
%19.63

CMYK Percentages of Color #bafc6b

%26
%0
%58
%1

Triadic Colors of #bafc6b

#bafc6b #6bbafc #fc6bba

Analogous Colors of #bafc6b

#bafc6b #72fc6b #fcf66b

Monochromatic Colors of #bafc6b

#bafc6b

Complementary Color

#bafc6b #ad6bfc

#bafc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc6b Color CSS Codes

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

#bafc6b Text Font Color

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

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


#bafc6b Background Color

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

This div background color is #bafc6b


#bafc6b Border Color

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

This div border color is #bafc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc6b


Comments

No comments written yet.

Please login to write comment.