Color Hex Logo

#bafc5b Color Hex

#BAFC5B
(186,252,91)
0 Favorites   0 Comments

Color spaces of #bafc5b

RGB 18625291
HSL0.230.960.67
HSV85°64°99°
CMYK 0.260.000.64   0.01
XYZ56.948480.815222.4949
Yxy80.81520.35540.5043
Hunter Lab89.8973-44.243548.0920
CIE-Lab92.0494-44.210668.0593

#bafc5b color RGB value is (186,252,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 01011011
Octal 272 374 133
Decimal 186 252 91
Hex BA FC 5B

RGB Percentages of Color #bafc5b

%35.16
%47.64
%17.20

CMYK Percentages of Color #bafc5b

%26
%0
%64
%1

Triadic Colors of #bafc5b

#bafc5b #5bbafc #fc5bba

Analogous Colors of #bafc5b

#bafc5b #6afc5b #fcee5b

Monochromatic Colors of #bafc5b

#bafc5b

Complementary Color

#bafc5b #9d5bfc

#bafc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc5b Color CSS Codes

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

#bafc5b Text Font Color

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

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


#bafc5b Background Color

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

This div background color is #bafc5b


#bafc5b Border Color

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

This div border color is #bafc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc5b


Comments

No comments written yet.

Please login to write comment.