Color Hex Logo

#bbf113 Color Hex

#BBF113
(187,241,19)
0 Favorites   0 Comments

Color spaces of #bbf113

RGB 18724119
HSL0.210.890.51
HSV75°92°95°
CMYK 0.220.000.92   0.05
XYZ52.066473.522412.0632
Yxy73.52240.37820.5341
Hunter Lab85.7452-41.664951.6803
CIE-Lab88.6963-42.164284.4534

#bbf113 color RGB value is (187,241,19).

#bbf113 hex color red value is 187, green value is 241 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bbf113 hue: 0.21 , saturation: 0.89 and the lightness value of bbf113 is 0.51.

The process color (four color CMYK) of #bbf113 color hex is 0.22, 0.00, 0.92, 0.05. Web safe color of #bbf113 is #ccff00. Color #bbf113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 00010011
Octal 273 361 23
Decimal 187 241 19
Hex BB F1 13

RGB Percentages of Color #bbf113

%41.83
%53.91
%4.25

CMYK Percentages of Color #bbf113

%22
%0
%92
%5

Triadic Colors of #bbf113

#bbf113 #13bbf1 #f113bb

Analogous Colors of #bbf113

#bbf113 #4cf113 #f1b813

Monochromatic Colors of #bbf113

#bbf113

Complementary Color

#bbf113 #4913f1

#bbf113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf113 Color CSS Codes

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

#bbf113 Text Font Color

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

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


#bbf113 Background Color

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

This div background color is #bbf113


#bbf113 Border Color

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

This div border color is #bbf113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf113


Comments

No comments written yet.

Please login to write comment.