Color Hex Logo

#bafc76 Color Hex

#BAFC76
(186,252,118)
0 Favorites   0 Comments

Color spaces of #bafc76

RGB 186252118
HSL0.250.960.73
HSV90°53°99°
CMYK 0.260.000.53   0.01
XYZ58.330181.367929.7708
Yxy81.36790.34420.4801
Hunter Lab90.2042-42.431143.5750
CIE-Lab92.2952-41.888156.9062

#bafc76 color RGB value is (186,252,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 01110110
Octal 272 374 166
Decimal 186 252 118
Hex BA FC 76

RGB Percentages of Color #bafc76

%33.45
%45.32
%21.22

CMYK Percentages of Color #bafc76

%26
%0
%53
%1

Triadic Colors of #bafc76

#bafc76 #76bafc #fc76ba

Analogous Colors of #bafc76

#bafc76 #77fc76 #fcfb76

Monochromatic Colors of #bafc76

#bafc76

Complementary Color

#bafc76 #b876fc

#bafc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc76 Color CSS Codes

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

#bafc76 Text Font Color

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

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


#bafc76 Background Color

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

This div background color is #bafc76


#bafc76 Border Color

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

This div border color is #bafc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc76

Related Colors


Comments

No comments written yet.

Please login to write comment.