Color Hex Logo

#bbd10b Color Hex

#BBD10B
(187,209,11)
0 Favorites   0 Comments

Color spaces of #bbd10b

RGB 18720911
HSL0.190.900.43
HSV67°95°82°
CMYK 0.110.000.95   0.18
XYZ43.354456.18998.8773
Yxy56.18990.39990.5183
Hunter Lab74.9599-27.941245.4504
CIE-Lab79.7218-27.705478.3140

#bbd10b color RGB value is (187,209,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 00001011
Octal 273 321 13
Decimal 187 209 11
Hex BB D1 B

RGB Percentages of Color #bbd10b

%45.95
%51.35
%2.70

CMYK Percentages of Color #bbd10b

%11
%0
%95
%18

Triadic Colors of #bbd10b

#bbd10b #0bbbd1 #d10bbb

Analogous Colors of #bbd10b

#bbd10b #58d10b #d1840b

Monochromatic Colors of #bbd10b

#bbd10b

Complementary Color

#bbd10b #210bd1

#bbd10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd10b Color CSS Codes

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

#bbd10b Text Font Color

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

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


#bbd10b Background Color

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

This div background color is #bbd10b


#bbd10b Border Color

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

This div border color is #bbd10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd10b


Comments

No comments written yet.

Please login to write comment.