Color Hex Logo

#bbff1d Color Hex

#BBFF1D
(187,255,29)
0 Favorites   0 Comments

Color spaces of #bbff1d

RGB 18725529
HSL0.221.000.56
HSV78°89°100°
CMYK 0.270.000.89   0.00
XYZ56.475382.173514.0469
Yxy82.17350.36990.5382
Hunter Lab90.6496-47.430154.2672
CIE-Lab92.6514-47.975986.2721

#bbff1d color RGB value is (187,255,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 00011101
Octal 273 377 35
Decimal 187 255 29
Hex BB FF 1D

RGB Percentages of Color #bbff1d

%39.70
%54.14
%6.16

CMYK Percentages of Color #bbff1d

%27
%0
%89
%0

Triadic Colors of #bbff1d

#bbff1d #1dbbff #ff1dbb

Analogous Colors of #bbff1d

#bbff1d #4aff1d #ffd21d

Monochromatic Colors of #bbff1d

#bbff1d

Complementary Color

#bbff1d #611dff

#bbff1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff1d Color CSS Codes

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

#bbff1d Text Font Color

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

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


#bbff1d Background Color

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

This div background color is #bbff1d


#bbff1d Border Color

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

This div border color is #bbff1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff1d

Related Colors


Comments

No comments written yet.

Please login to write comment.