Color Hex Logo

#bbfb1d Color Hex

#BBFB1D
(187,251,29)
0 Favorites   0 Comments

Color spaces of #bbfb1d

RGB 18725129
HSL0.210.970.55
HSV77°88°98°
CMYK 0.250.000.88   0.02
XYZ55.212579.647913.6260
Yxy79.64790.37180.5364
Hunter Lab89.2457-45.749653.4196
CIE-Lab91.5266-46.284685.3525

#bbfb1d color RGB value is (187,251,29).

#bbfb1d hex color red value is 187, green value is 251 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bbfb1d hue: 0.21 , saturation: 0.97 and the lightness value of bbfb1d is 0.55.

The process color (four color CMYK) of #bbfb1d color hex is 0.25, 0.00, 0.88, 0.02. Web safe color of #bbfb1d is #ccff33. Color #bbfb1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 00011101
Octal 273 373 35
Decimal 187 251 29
Hex BB FB 1D

RGB Percentages of Color #bbfb1d

%40.04
%53.75
%6.21

CMYK Percentages of Color #bbfb1d

%25
%0
%88
%2

Triadic Colors of #bbfb1d

#bbfb1d #1dbbfb #fb1dbb

Analogous Colors of #bbfb1d

#bbfb1d #4cfb1d #fbcc1d

Monochromatic Colors of #bbfb1d

#bbfb1d

Complementary Color

#bbfb1d #5d1dfb

#bbfb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfb1d Color CSS Codes

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

#bbfb1d Text Font Color

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

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


#bbfb1d Background Color

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

This div background color is #bbfb1d


#bbfb1d Border Color

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

This div border color is #bbfb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfb1d


Comments

No comments written yet.

Please login to write comment.