Color Hex Logo

#bbfb90 Color Hex

#BBFB90
(187,251,144)
0 Favorites   0 Comments

Color spaces of #bbfb90

RGB 187251144
HSL0.270.930.77
HSV96°43°98°
CMYK 0.250.000.43   0.02
XYZ60.024781.572838.9670
Yxy81.57280.33240.4518
Hunter Lab90.3177-39.425637.6421
CIE-Lab92.3860-38.204144.8765

#bbfb90 color RGB value is (187,251,144).

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

The process color (four color CMYK) of #bbfb90 color hex is 0.25, 0.00, 0.43, 0.02. Web safe color of #bbfb90 is #ccff99. Color #bbfb90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 10010000
Octal 273 373 220
Decimal 187 251 144
Hex BB FB 90

RGB Percentages of Color #bbfb90

%32.13
%43.13
%24.74

CMYK Percentages of Color #bbfb90

%25
%0
%43
%2

Triadic Colors of #bbfb90

#bbfb90 #90bbfb #fb90bb

Analogous Colors of #bbfb90

#bbfb90 #90fb9b #f1fb90

Monochromatic Colors of #bbfb90

#bbfb90

Complementary Color

#bbfb90 #d090fb

#bbfb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfb90 Color CSS Codes

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

#bbfb90 Text Font Color

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

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


#bbfb90 Background Color

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

This div background color is #bbfb90


#bbfb90 Border Color

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

This div border color is #bbfb90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,251,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 #bbfb90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfb90


Comments

No comments written yet.

Please login to write comment.