Color Hex Logo

#bafc5f Color Hex

#BAFC5F
(186,252,95)
0 Favorites   0 Comments

Color spaces of #bafc5f

RGB 18625295
HSL0.240.960.68
HSV85°62°99°
CMYK 0.260.000.62   0.01
XYZ57.125780.886123.4282
Yxy80.88610.35390.5010
Hunter Lab89.9367-44.010247.5108
CIE-Lab92.0810-43.909866.5007

#bafc5f color RGB value is (186,252,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 01011111
Octal 272 374 137
Decimal 186 252 95
Hex BA FC 5F

RGB Percentages of Color #bafc5f

%34.90
%47.28
%17.82

CMYK Percentages of Color #bafc5f

%26
%0
%62
%1

Triadic Colors of #bafc5f

#bafc5f #5fbafc #fc5fba

Analogous Colors of #bafc5f

#bafc5f #6cfc5f #fcf05f

Monochromatic Colors of #bafc5f

#bafc5f

Complementary Color

#bafc5f #a15ffc

#bafc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc5f Color CSS Codes

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

#bafc5f Text Font Color

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

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


#bafc5f Background Color

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

This div background color is #bafc5f


#bafc5f Border Color

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

This div border color is #bafc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc5f


Comments

No comments written yet.

Please login to write comment.