Color Hex Logo

#bbe016 Color Hex

#BBE016
(187,224,22)
0 Favorites   0 Comments

Color spaces of #bbe016

RGB 18722422
HSL0.200.820.48
HSV71°90°88°
CMYK 0.170.000.90   0.12
XYZ47.294063.934010.6069
Yxy63.93400.38820.5248
Hunter Lab79.9587-34.348648.1060
CIE-Lab83.9314-34.528480.2704

#bbe016 color RGB value is (187,224,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00010110
Octal 273 340 26
Decimal 187 224 22
Hex BB E0 16

RGB Percentages of Color #bbe016

%43.19
%51.73
%5.08

CMYK Percentages of Color #bbe016

%17
%0
%90
%12

Triadic Colors of #bbe016

#bbe016 #16bbe0 #e016bb

Analogous Colors of #bbe016

#bbe016 #56e016 #e0a016

Monochromatic Colors of #bbe016

#bbe016

Complementary Color

#bbe016 #3b16e0

#bbe016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe016 Color CSS Codes

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

#bbe016 Text Font Color

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

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


#bbe016 Background Color

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

This div background color is #bbe016


#bbe016 Border Color

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

This div border color is #bbe016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe016


Comments

No comments written yet.

Please login to write comment.