Color Hex Logo

#bbfc2d Color Hex

#BBFC2D
(187,252,45)
0 Favorites   0 Comments

Color spaces of #bbfc2d

RGB 18725245
HSL0.220.970.58
HSV79°82°99°
CMYK 0.260.000.82   0.01
XYZ55.777680.375115.0568
Yxy80.37510.36890.5315
Hunter Lab89.6522-45.836552.7989
CIE-Lab91.8529-46.272482.5294

#bbfc2d color RGB value is (187,252,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 00101101
Octal 273 374 55
Decimal 187 252 45
Hex BB FC 2D

RGB Percentages of Color #bbfc2d

%38.64
%52.07
%9.30

CMYK Percentages of Color #bbfc2d

%26
%0
%82
%1

Triadic Colors of #bbfc2d

#bbfc2d #2dbbfc #fc2dbb

Analogous Colors of #bbfc2d

#bbfc2d #54fc2d #fcd62d

Monochromatic Colors of #bbfc2d

#bbfc2d

Complementary Color

#bbfc2d #6e2dfc

#bbfc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc2d Color CSS Codes

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

#bbfc2d Text Font Color

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

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


#bbfc2d Background Color

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

This div background color is #bbfc2d


#bbfc2d Border Color

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

This div border color is #bbfc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc2d


Comments

No comments written yet.

Please login to write comment.