Color Hex Logo

#bafc89 Color Hex

#BAFC89
(186,252,137)
0 Favorites   0 Comments

Color spaces of #bafc89

RGB 186252137
HSL0.260.950.76
HSV94°46°99°
CMYK 0.260.000.46   0.01
XYZ59.575581.866136.3287
Yxy81.86610.33510.4605
Hunter Lab90.4799-40.808439.5303
CIE-Lab92.5157-39.836148.3801

#bafc89 color RGB value is (186,252,137).

#bafc89 hex color red value is 186, green value is 252 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bafc89 hue: 0.26 , saturation: 0.95 and the lightness value of bafc89 is 0.76.

The process color (four color CMYK) of #bafc89 color hex is 0.26, 0.00, 0.46, 0.01. Web safe color of #bafc89 is #ccff99. Color #bafc89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 10001001
Octal 272 374 211
Decimal 186 252 137
Hex BA FC 89

RGB Percentages of Color #bafc89

%32.35
%43.83
%23.83

CMYK Percentages of Color #bafc89

%26
%0
%46
%1

Triadic Colors of #bafc89

#bafc89 #89bafc #fc89ba

Analogous Colors of #bafc89

#bafc89 #89fc92 #f4fc89

Monochromatic Colors of #bafc89

#bafc89

Complementary Color

#bafc89 #cb89fc

#bafc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc89 Color CSS Codes

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

#bafc89 Text Font Color

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

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


#bafc89 Background Color

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

This div background color is #bafc89


#bafc89 Border Color

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

This div border color is #bafc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc89


Comments

No comments written yet.

Please login to write comment.