Color Hex Logo

#bbeb1e Color Hex

#BBEB1E
(187,235,30)
0 Favorites   0 Comments

Color spaces of #bbeb1e

RGB 18723530
HSL0.210.840.52
HSV74°87°92°
CMYK 0.200.000.87   0.08
XYZ50.436270.075212.0959
Yxy70.07520.38030.5284
Hunter Lab83.7109-38.947150.0305
CIE-Lab87.0337-39.313381.5003

#bbeb1e color RGB value is (187,235,30).

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

The process color (four color CMYK) of #bbeb1e color hex is 0.20, 0.00, 0.87, 0.08. Web safe color of #bbeb1e is #ccff33. Color #bbeb1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 00011110
Octal 273 353 36
Decimal 187 235 30
Hex BB EB 1E

RGB Percentages of Color #bbeb1e

%41.37
%51.99
%6.64

CMYK Percentages of Color #bbeb1e

%20
%0
%87
%8

Triadic Colors of #bbeb1e

#bbeb1e #1ebbeb #eb1ebb

Analogous Colors of #bbeb1e

#bbeb1e #55eb1e #ebb51e

Monochromatic Colors of #bbeb1e

#bbeb1e

Complementary Color

#bbeb1e #4e1eeb

#bbeb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb1e Color CSS Codes

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

#bbeb1e Text Font Color

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

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


#bbeb1e Background Color

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

This div background color is #bbeb1e


#bbeb1e Border Color

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

This div border color is #bbeb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb1e


Comments

No comments written yet.

Please login to write comment.