Color Hex Logo

#bbf40e Color Hex

#BBF40E
(187,244,14)
0 Favorites   0 Comments

Color spaces of #bbf40e

RGB 18724414
HSL0.210.910.51
HSV75°94°96°
CMYK 0.230.000.94   0.04
XYZ52.923575.297912.1600
Yxy75.29790.37700.5364
Hunter Lab86.7744-42.988452.4335
CIE-Lab89.5324-43.535485.6387

#bbf40e color RGB value is (187,244,14).

#bbf40e hex color red value is 187, green value is 244 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bbf40e hue: 0.21 , saturation: 0.91 and the lightness value of bbf40e is 0.51.

The process color (four color CMYK) of #bbf40e color hex is 0.23, 0.00, 0.94, 0.04. Web safe color of #bbf40e is #ccff00. Color #bbf40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 00001110
Octal 273 364 16
Decimal 187 244 14
Hex BB F4 E

RGB Percentages of Color #bbf40e

%42.02
%54.83
%3.15

CMYK Percentages of Color #bbf40e

%23
%0
%94
%4

Triadic Colors of #bbf40e

#bbf40e #0ebbf4 #f40ebb

Analogous Colors of #bbf40e

#bbf40e #48f40e #f4ba0e

Monochromatic Colors of #bbf40e

#bbf40e

Complementary Color

#bbf40e #470ef4

#bbf40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf40e Color CSS Codes

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

#bbf40e Text Font Color

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

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


#bbf40e Background Color

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

This div background color is #bbf40e


#bbf40e Border Color

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

This div border color is #bbf40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf40e


Comments

No comments written yet.

Please login to write comment.