Color Hex Logo

#bbfe6a Color Hex

#BBFE6A
(187,254,106)
0 Favorites   0 Comments

Color spaces of #bbfe6a

RGB 187254106
HSL0.240.990.71
HSV87°58°100°
CMYK 0.260.000.58   0.00
XYZ58.536882.489026.4724
Yxy82.48900.34950.4925
Hunter Lab90.8235-43.895746.2951
CIE-Lab92.7903-43.520962.7426

#bbfe6a color RGB value is (187,254,106).

#bbfe6a hex color red value is 187, green value is 254 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bbfe6a hue: 0.24 , saturation: 0.99 and the lightness value of bbfe6a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 01101010
Octal 273 376 152
Decimal 187 254 106
Hex BB FE 6A

RGB Percentages of Color #bbfe6a

%34.19
%46.44
%19.38

CMYK Percentages of Color #bbfe6a

%26
%0
%58
%0

Triadic Colors of #bbfe6a

#bbfe6a #6abbfe #fe6abb

Analogous Colors of #bbfe6a

#bbfe6a #71fe6a #fef76a

Monochromatic Colors of #bbfe6a

#bbfe6a

Complementary Color

#bbfe6a #ad6afe

#bbfe6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe6a Color CSS Codes

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

#bbfe6a Text Font Color

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

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


#bbfe6a Background Color

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

This div background color is #bbfe6a


#bbfe6a Border Color

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

This div border color is #bbfe6a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,254,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbfe6a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbfe6a;
  -webkit-box-shadow: 1px 1px 3px 2px #bbfe6a;
  box-shadow:         1px 1px 3px 2px #bbfe6a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,254,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe6a

Related Colors


Comments

No comments written yet.

Please login to write comment.