Color Hex Logo

#bbfea0 Color Hex

#BBFEA0
(187,254,160)
0 Favorites   0 Comments

Color spaces of #bbfea0

RGB 187254160
HSL0.290.980.81
HSV103°37°100°
CMYK 0.260.000.37   0.00
XYZ62.280583.986546.1862
Yxy83.98650.32360.4364
Hunter Lab91.6441-39.070334.2703
CIE-Lab93.4446-37.459438.4247

#bbfea0 color RGB value is (187,254,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 10100000
Octal 273 376 240
Decimal 187 254 160
Hex BB FE A0

RGB Percentages of Color #bbfea0

%31.11
%42.26
%26.62

CMYK Percentages of Color #bbfea0

%26
%0
%37
%0

Triadic Colors of #bbfea0

#bbfea0 #a0bbfe #fea0bb

Analogous Colors of #bbfea0

#bbfea0 #a0feb4 #eafea0

Monochromatic Colors of #bbfea0

#bbfea0

Complementary Color

#bbfea0 #e3a0fe

#bbfea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfea0 Color CSS Codes

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

#bbfea0 Text Font Color

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

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


#bbfea0 Background Color

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

This div background color is #bbfea0


#bbfea0 Border Color

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

This div border color is #bbfea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfea0


Comments

No comments written yet.

Please login to write comment.