Color Hex Logo

#bbd62b Color Hex

#BBD62B
(187,214,43)
0 Favorites   0 Comments

Color spaces of #bbd62b

RGB 18721443
HSL0.190.680.50
HSV69°80°84°
CMYK 0.130.000.80   0.16
XYZ44.976158.832311.2708
Yxy58.83230.39080.5112
Hunter Lab76.7022-29.561344.9793
CIE-Lab81.1993-29.333873.6787

#bbd62b color RGB value is (187,214,43).

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

The process color (four color CMYK) of #bbd62b color hex is 0.13, 0.00, 0.80, 0.16. Web safe color of #bbd62b is #cccc33. Color #bbd62b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 00101011
Octal 273 326 53
Decimal 187 214 43
Hex BB D6 2B

RGB Percentages of Color #bbd62b

%42.12
%48.20
%9.68

CMYK Percentages of Color #bbd62b

%13
%0
%80
%16

Triadic Colors of #bbd62b

#bbd62b #2bbbd6 #d62bbb

Analogous Colors of #bbd62b

#bbd62b #66d62b #d69c2b

Monochromatic Colors of #bbd62b

#bbd62b

Complementary Color

#bbd62b #462bd6

#bbd62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd62b Color CSS Codes

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

#bbd62b Text Font Color

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

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


#bbd62b Background Color

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

This div background color is #bbd62b


#bbd62b Border Color

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

This div border color is #bbd62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd62b


Comments

No comments written yet.

Please login to write comment.