Color Hex Logo

#bbfe2d Color Hex

#BBFE2D
(187,254,45)
0 Favorites   0 Comments

Color spaces of #bbfe2d

RGB 18725445
HSL0.220.990.59
HSV79°82°100°
CMYK 0.260.000.82   0.00
XYZ56.409081.637915.2672
Yxy81.63790.36790.5325
Hunter Lab90.3537-46.679153.2293
CIE-Lab92.4148-47.120783.0187

#bbfe2d color RGB value is (187,254,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 00101101
Octal 273 376 55
Decimal 187 254 45
Hex BB FE 2D

RGB Percentages of Color #bbfe2d

%38.48
%52.26
%9.26

CMYK Percentages of Color #bbfe2d

%26
%0
%82
%0

Triadic Colors of #bbfe2d

#bbfe2d #2dbbfe #fe2dbb

Analogous Colors of #bbfe2d

#bbfe2d #53fe2d #fed92d

Monochromatic Colors of #bbfe2d

#bbfe2d

Complementary Color

#bbfe2d #702dfe

#bbfe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe2d Color CSS Codes

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

#bbfe2d Text Font Color

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

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


#bbfe2d Background Color

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

This div background color is #bbfe2d


#bbfe2d Border Color

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

This div border color is #bbfe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe2d


Comments

No comments written yet.

Please login to write comment.