Color Hex Logo

#bbff7a Color Hex

#BBFF7A
(187,255,122)
2 Favorites   0 Comments

Color spaces of #bbff7a

RGB 187255122
HSL0.251.000.74
HSV91°52°100°
CMYK 0.270.000.52   0.00
XYZ59.766483.489931.3775
Yxy83.48990.34220.4781
Hunter Lab91.3728-43.146643.6007
CIE-Lab93.2285-42.451956.2210

#bbff7a color RGB value is (187,255,122).

#bbff7a hex color red value is 187, green value is 255 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bbff7a hue: 0.25 , saturation: 1.00 and the lightness value of bbff7a is 0.74.

The process color (four color CMYK) of #bbff7a color hex is 0.27, 0.00, 0.52, 0.00. Web safe color of #bbff7a is #ccff66. Color #bbff7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 01111010
Octal 273 377 172
Decimal 187 255 122
Hex BB FF 7A

RGB Percentages of Color #bbff7a

%33.16
%45.21
%21.63

CMYK Percentages of Color #bbff7a

%27
%0
%52
%0

Triadic Colors of #bbff7a

#bbff7a #7abbff #ff7abb

Analogous Colors of #bbff7a

#bbff7a #7aff7c #feff7a

Monochromatic Colors of #bbff7a

#bbff7a

Complementary Color

#bbff7a #be7aff

#bbff7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff7a Color CSS Codes

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

#bbff7a Text Font Color

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

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


#bbff7a Background Color

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

This div background color is #bbff7a


#bbff7a Border Color

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

This div border color is #bbff7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff7a

#bbff7a Color Palettes


Comments

No comments written yet.

Please login to write comment.