Color Hex Logo

#bbfc30 Color Hex

#BBFC30
(187,252,48)
0 Favorites   0 Comments

Color spaces of #bbfc30

RGB 18725248
HSL0.220.970.59
HSV79°81°99°
CMYK 0.260.000.81   0.01
XYZ55.837480.399015.3719
Yxy80.39900.36830.5303
Hunter Lab89.6655-45.757352.6014
CIE-Lab91.8636-46.168981.8313

#bbfc30 color RGB value is (187,252,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 00110000
Octal 273 374 60
Decimal 187 252 48
Hex BB FC 30

RGB Percentages of Color #bbfc30

%38.40
%51.75
%9.86

CMYK Percentages of Color #bbfc30

%26
%0
%81
%1

Triadic Colors of #bbfc30

#bbfc30 #30bbfc #fc30bb

Analogous Colors of #bbfc30

#bbfc30 #55fc30 #fcd730

Monochromatic Colors of #bbfc30

#bbfc30

Complementary Color

#bbfc30 #7130fc

#bbfc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc30 Color CSS Codes

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

#bbfc30 Text Font Color

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

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


#bbfc30 Background Color

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

This div background color is #bbfc30


#bbfc30 Border Color

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

This div border color is #bbfc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc30


Comments

No comments written yet.

Please login to write comment.