Color Hex Logo

#bbf910 Color Hex

#BBF910
(187,249,16)
0 Favorites   0 Comments

Color spaces of #bbf910

RGB 18724916
HSL0.210.950.52
HSV76°94°98°
CMYK 0.250.000.94   0.02
XYZ54.462778.353612.7435
Yxy78.35360.37420.5383
Hunter Lab88.5176-45.079153.4266
CIE-Lab90.9410-45.657486.5509

#bbf910 color RGB value is (187,249,16).

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

The process color (four color CMYK) of #bbf910 color hex is 0.25, 0.00, 0.94, 0.02. Web safe color of #bbf910 is #ccff00. Color #bbf910 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00010000
Octal 273 371 20
Decimal 187 249 16
Hex BB F9 10

RGB Percentages of Color #bbf910

%41.37
%55.09
%3.54

CMYK Percentages of Color #bbf910

%25
%0
%94
%2

Triadic Colors of #bbf910

#bbf910 #10bbf9 #f910bb

Analogous Colors of #bbf910

#bbf910 #46f910 #f9c310

Monochromatic Colors of #bbf910

#bbf910

Complementary Color

#bbf910 #4e10f9

#bbf910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf910 Color CSS Codes

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

#bbf910 Text Font Color

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

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


#bbf910 Background Color

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

This div background color is #bbf910


#bbf910 Border Color

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

This div border color is #bbf910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf910


Comments

No comments written yet.

Please login to write comment.