color codes Logo

#bbe11a color codes

#BBE11A
(187,225,26)
0 Favorites   0 Comments

Color spaces of #bbe11a

RGB 18722526
HSL0.200.790.49
HSV71°88°88°
CMYK 0.170.000.88   0.12
XYZ47.605264.489810.9160
Yxy64.48980.38700.5243
Hunter Lab80.3055-34.719748.1545
CIE-Lab84.2201-34.905879.8829

#bbe11a color RGB value is (187,225,26).

#bbe11a hex color red value is 187, green value is 225 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bbe11a hue: 0.20 , saturation: 0.79 and the lightness value of bbe11a is 0.49.

The process color (four color CMYK) of #bbe11a color code is 0.17, 0.00, 0.88, 0.12. Web safe color of #bbe11a is #cccc33. Color #bbe11a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 00011010
Octal 273 341 32
Decimal 187 225 26
Hex BB E1 1A

RGB Percentages of Color #bbe11a

%42.69
%51.37
%5.94

CMYK Percentages of Color #bbe11a

%17
%0
%88
%12

Triadic Colors of #bbe11a

#bbe11a #1abbe1 #e11abb

Analogous Colors of #bbe11a

#bbe11a #57e11a #e1a41a

Monochromatic Colors of #bbe11a

#bbe11a

Complementary Color

#bbe11a #401ae1

#bbe11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe11a Color CSS Codes

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

#bbe11a Text Font Color

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

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


#bbe11a Background Color

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

This div background color is #bbe11a


#bbe11a Border Color

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

This div border color is #bbe11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe11a


Comments

No comments written yet.

Please login to write comment.