Color Hex Logo

#bbd110 Color Hex

#BBD110
(187,209,16)
0 Favorites   0 Comments

Color spaces of #bbd110

RGB 18720916
HSL0.190.860.44
HSV67°92°82°
CMYK 0.110.000.92   0.18
XYZ43.387556.20319.0517
Yxy56.20310.39940.5173
Hunter Lab74.9687-27.889945.3195
CIE-Lab79.7293-27.639777.7627

#bbd110 color RGB value is (187,209,16).

#bbd110 hex color red value is 187, green value is 209 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bbd110 hue: 0.19 , saturation: 0.86 and the lightness value of bbd110 is 0.44.

The process color (four color CMYK) of #bbd110 color hex is 0.11, 0.00, 0.92, 0.18. Web safe color of #bbd110 is #cccc00. Color #bbd110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 00010000
Octal 273 321 20
Decimal 187 209 16
Hex BB D1 10

RGB Percentages of Color #bbd110

%45.39
%50.73
%3.88

CMYK Percentages of Color #bbd110

%11
%0
%92
%18

Triadic Colors of #bbd110

#bbd110 #10bbd1 #d110bb

Analogous Colors of #bbd110

#bbd110 #5bd110 #d18710

Monochromatic Colors of #bbd110

#bbd110

Complementary Color

#bbd110 #2610d1

#bbd110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd110 Color CSS Codes

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

#bbd110 Text Font Color

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

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


#bbd110 Background Color

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

This div background color is #bbd110


#bbd110 Border Color

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

This div border color is #bbd110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd110


Comments

No comments written yet.

Please login to write comment.