Color Hex Logo

#bbfc90 Color Hex

#BBFC90
(187,252,144)
0 Favorites   0 Comments

Color spaces of #bbfc90

RGB 187252144
HSL0.270.950.78
HSV96°43°99°
CMYK 0.260.000.43   0.01
XYZ60.338082.199239.0714
Yxy82.19920.33220.4526
Hunter Lab90.6638-39.867437.9137
CIE-Lab92.6627-38.651845.2270

#bbfc90 color RGB value is (187,252,144).

#bbfc90 hex color red value is 187, green value is 252 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bbfc90 hue: 0.27 , saturation: 0.95 and the lightness value of bbfc90 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 10010000
Octal 273 374 220
Decimal 187 252 144
Hex BB FC 90

RGB Percentages of Color #bbfc90

%32.08
%43.22
%24.70

CMYK Percentages of Color #bbfc90

%26
%0
%43
%1

Triadic Colors of #bbfc90

#bbfc90 #90bbfc #fc90bb

Analogous Colors of #bbfc90

#bbfc90 #90fc9b #f1fc90

Monochromatic Colors of #bbfc90

#bbfc90

Complementary Color

#bbfc90 #d190fc

#bbfc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc90 Color CSS Codes

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

#bbfc90 Text Font Color

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

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


#bbfc90 Background Color

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

This div background color is #bbfc90


#bbfc90 Border Color

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

This div border color is #bbfc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc90


Comments

No comments written yet.

Please login to write comment.