Color Hex Logo

#bbf01e Color Hex

#BBF01E
(187,240,30)
0 Favorites   0 Comments

Color spaces of #bbf01e

RGB 18724030
HSL0.210.880.53
HSV75°88°94°
CMYK 0.220.000.88   0.06
XYZ51.887972.978712.5798
Yxy72.97870.37750.5310
Hunter Lab85.4276-41.079051.0684
CIE-Lab88.4376-41.517282.6553

#bbf01e color RGB value is (187,240,30).

#bbf01e hex color red value is 187, green value is 240 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bbf01e hue: 0.21 , saturation: 0.88 and the lightness value of bbf01e is 0.53.

The process color (four color CMYK) of #bbf01e color hex is 0.22, 0.00, 0.88, 0.06. Web safe color of #bbf01e is #ccff33. Color #bbf01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 00011110
Octal 273 360 36
Decimal 187 240 30
Hex BB F0 1E

RGB Percentages of Color #bbf01e

%40.92
%52.52
%6.56

CMYK Percentages of Color #bbf01e

%22
%0
%88
%6

Triadic Colors of #bbf01e

#bbf01e #1ebbf0 #f01ebb

Analogous Colors of #bbf01e

#bbf01e #52f01e #f0bc1e

Monochromatic Colors of #bbf01e

#bbf01e

Complementary Color

#bbf01e #531ef0

#bbf01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf01e Color CSS Codes

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

#bbf01e Text Font Color

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

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


#bbf01e Background Color

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

This div background color is #bbf01e


#bbf01e Border Color

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

This div border color is #bbf01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf01e


Comments

No comments written yet.

Please login to write comment.