Color Hex Logo

#bbd22b Color Hex

#BBD22B
(187,210,43)
0 Favorites   0 Comments

Color spaces of #bbd22b

RGB 18721043
HSL0.190.660.50
HSV68°80°82°
CMYK 0.110.000.80   0.18
XYZ43.976256.832410.9375
Yxy56.83240.39350.5086
Hunter Lab75.3873-27.802044.1690
CIE-Lab80.0852-27.440772.6928

#bbd22b color RGB value is (187,210,43).

#bbd22b hex color red value is 187, green value is 210 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bbd22b hue: 0.19 , saturation: 0.66 and the lightness value of bbd22b is 0.50.

The process color (four color CMYK) of #bbd22b color hex is 0.11, 0.00, 0.80, 0.18. Web safe color of #bbd22b is #cccc33. Color #bbd22b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 00101011
Octal 273 322 53
Decimal 187 210 43
Hex BB D2 2B

RGB Percentages of Color #bbd22b

%42.50
%47.73
%9.77

CMYK Percentages of Color #bbd22b

%11
%0
%80
%18

Triadic Colors of #bbd22b

#bbd22b #2bbbd2 #d22bbb

Analogous Colors of #bbd22b

#bbd22b #68d22b #d2962b

Monochromatic Colors of #bbd22b

#bbd22b

Complementary Color

#bbd22b #422bd2

#bbd22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd22b Color CSS Codes

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

#bbd22b Text Font Color

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

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


#bbd22b Background Color

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

This div background color is #bbd22b


#bbd22b Border Color

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

This div border color is #bbd22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd22b


Comments

No comments written yet.

Please login to write comment.