Color Hex Logo

#bbc20b Color Hex

#BBC20B
(187,194,11)
0 Favorites   0 Comments

Color spaces of #bbc20b

RGB 18719411
HSL0.170.890.40
HSV62°94°76°
CMYK 0.040.000.94   0.24
XYZ39.845749.17257.7078
Yxy49.17250.41190.5084
Hunter Lab70.1231-21.287342.5691
CIE-Lab75.5585-20.436875.1250

#bbc20b color RGB value is (187,194,11).

#bbc20b hex color red value is 187, green value is 194 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bbc20b hue: 0.17 , saturation: 0.89 and the lightness value of bbc20b is 0.40.

The process color (four color CMYK) of #bbc20b color hex is 0.04, 0.00, 0.94, 0.24. Web safe color of #bbc20b is #cccc00. Color #bbc20b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 00001011
Octal 273 302 13
Decimal 187 194 11
Hex BB C2 B

RGB Percentages of Color #bbc20b

%47.70
%49.49
%2.81

CMYK Percentages of Color #bbc20b

%4
%0
%94
%24

Triadic Colors of #bbc20b

#bbc20b #0bbbc2 #c20bbb

Analogous Colors of #bbc20b

#bbc20b #60c20b #c26e0b

Monochromatic Colors of #bbc20b

#bbc20b

Complementary Color

#bbc20b #120bc2

#bbc20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc20b Color CSS Codes

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

#bbc20b Text Font Color

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

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


#bbc20b Background Color

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

This div background color is #bbc20b


#bbc20b Border Color

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

This div border color is #bbc20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc20b


Comments

No comments written yet.

Please login to write comment.