Color Hex Logo

#bbea16 Color Hex

#BBEA16
(187,234,22)
0 Favorites   0 Comments

Color spaces of #bbea16

RGB 18723422
HSL0.200.830.50
HSV73°91°92°
CMYK 0.200.000.91   0.08
XYZ50.061269.468411.5293
Yxy69.46840.38200.5301
Hunter Lab83.3477-38.645950.1419
CIE-Lab86.7355-39.033482.5113

#bbea16 color RGB value is (187,234,22).

#bbea16 hex color red value is 187, green value is 234 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bbea16 hue: 0.20 , saturation: 0.83 and the lightness value of bbea16 is 0.50.

The process color (four color CMYK) of #bbea16 color hex is 0.20, 0.00, 0.91, 0.08. Web safe color of #bbea16 is #ccff00. Color #bbea16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 00010110
Octal 273 352 26
Decimal 187 234 22
Hex BB EA 16

RGB Percentages of Color #bbea16

%42.21
%52.82
%4.97

CMYK Percentages of Color #bbea16

%20
%0
%91
%8

Triadic Colors of #bbea16

#bbea16 #16bbea #ea16bb

Analogous Colors of #bbea16

#bbea16 #51ea16 #eaaf16

Monochromatic Colors of #bbea16

#bbea16

Complementary Color

#bbea16 #4516ea

#bbea16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea16 Color CSS Codes

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

#bbea16 Text Font Color

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

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


#bbea16 Background Color

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

This div background color is #bbea16


#bbea16 Border Color

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

This div border color is #bbea16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea16


Comments

No comments written yet.

Please login to write comment.