Color Hex Logo

#bbfe1d Color Hex

#BBFE1D
(187,254,29)
0 Favorites   0 Comments

Color spaces of #bbfe1d

RGB 18725429
HSL0.220.990.55
HSV78°89°100°
CMYK 0.260.000.89   0.00
XYZ56.157181.537113.9408
Yxy81.53710.37030.5377
Hunter Lab90.2979-47.010554.0549
CIE-Lab92.3702-47.554786.0423

#bbfe1d color RGB value is (187,254,29).

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

The process color (four color CMYK) of #bbfe1d color hex is 0.26, 0.00, 0.89, 0.00. Web safe color of #bbfe1d is #ccff33. Color #bbfe1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 00011101
Octal 273 376 35
Decimal 187 254 29
Hex BB FE 1D

RGB Percentages of Color #bbfe1d

%39.79
%54.04
%6.17

CMYK Percentages of Color #bbfe1d

%26
%0
%89
%0

Triadic Colors of #bbfe1d

#bbfe1d #1dbbfe #fe1dbb

Analogous Colors of #bbfe1d

#bbfe1d #4bfe1d #fed11d

Monochromatic Colors of #bbfe1d

#bbfe1d

Complementary Color

#bbfe1d #601dfe

#bbfe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe1d Color CSS Codes

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

#bbfe1d Text Font Color

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

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


#bbfe1d Background Color

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

This div background color is #bbfe1d


#bbfe1d Border Color

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

This div border color is #bbfe1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe1d


Comments

No comments written yet.

Please login to write comment.