Color Hex Logo

#bbfea1 Color Hex

#BBFEA1
(187,254,161)
0 Favorites   0 Comments

Color spaces of #bbfea1

RGB 187254161
HSL0.290.980.81
HSV103°37°100°
CMYK 0.260.000.37   0.00
XYZ62.368484.021646.6489
Yxy84.02160.32310.4353
Hunter Lab91.6633-38.958033.9907
CIE-Lab93.4599-37.320937.9509

#bbfea1 color RGB value is (187,254,161).

#bbfea1 hex color red value is 187, green value is 254 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bbfea1 hue: 0.29 , saturation: 0.98 and the lightness value of bbfea1 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 10100001
Octal 273 376 241
Decimal 187 254 161
Hex BB FE A1

RGB Percentages of Color #bbfea1

%31.06
%42.19
%26.74

CMYK Percentages of Color #bbfea1

%26
%0
%37
%0

Triadic Colors of #bbfea1

#bbfea1 #a1bbfe #fea1bb

Analogous Colors of #bbfea1

#bbfea1 #a1feb6 #eafea1

Monochromatic Colors of #bbfea1

#bbfea1

Complementary Color

#bbfea1 #e4a1fe

#bbfea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfea1 Color CSS Codes

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

#bbfea1 Text Font Color

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

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


#bbfea1 Background Color

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

This div background color is #bbfea1


#bbfea1 Border Color

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

This div border color is #bbfea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfea1

Related Colors


Comments

No comments written yet.

Please login to write comment.