Color Hex Logo

#bbe000 Color Hex

#BBE000
(187,224,0)
0 Favorites   0 Comments

Color spaces of #bbe000

RGB 1872240
HSL0.191.000.44
HSV70°100°88°
CMYK 0.170.001.00   0.12
XYZ47.149263.87619.8443
Yxy63.87610.39010.5285
Hunter Lab79.9225-34.560848.6428
CIE-Lab83.9012-34.803182.4789

#bbe000 color RGB value is (187,224,0).

#bbe000 hex color red value is 187, green value is 224 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bbe000 hue: 0.19 , saturation: 1.00 and the lightness value of bbe000 is 0.44.

The process color (four color CMYK) of #bbe000 color hex is 0.17, 0.00, 1.00, 0.12. Web safe color of #bbe000 is #cccc00. Color #bbe000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00000000
Octal 273 340 0
Decimal 187 224 0
Hex BB E0 0

RGB Percentages of Color #bbe000

%45.50
%54.50
%0.00

CMYK Percentages of Color #bbe000

%17
%0
%100
%12

Triadic Colors of #bbe000

#bbe000 #00bbe0 #e000bb

Analogous Colors of #bbe000

#bbe000 #4be000 #e09500

Monochromatic Colors of #bbe000

#bbe000

Complementary Color

#bbe000 #2500e0

#bbe000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe000 Color CSS Codes

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

#bbe000 Text Font Color

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

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


#bbe000 Background Color

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

This div background color is #bbe000


#bbe000 Border Color

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

This div border color is #bbe000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe000


Comments

No comments written yet.

Please login to write comment.