Color Hex Logo

#bbd42b Color Hex

#BBD42B
(187,212,43)
0 Favorites   0 Comments

Color spaces of #bbd42b

RGB 18721243
HSL0.190.660.50
HSV69°80°83°
CMYK 0.120.000.80   0.17
XYZ44.473057.826211.1031
Yxy57.82620.39220.5099
Hunter Lab76.0435-28.683044.5736
CIE-Lab80.6421-28.390073.1860

#bbd42b color RGB value is (187,212,43).

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

The process color (four color CMYK) of #bbd42b color hex is 0.12, 0.00, 0.80, 0.17. Web safe color of #bbd42b is #cccc33. Color #bbd42b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 00101011
Octal 273 324 53
Decimal 187 212 43
Hex BB D4 2B

RGB Percentages of Color #bbd42b

%42.31
%47.96
%9.73

CMYK Percentages of Color #bbd42b

%12
%0
%80
%17

Triadic Colors of #bbd42b

#bbd42b #2bbbd4 #d42bbb

Analogous Colors of #bbd42b

#bbd42b #67d42b #d4992b

Monochromatic Colors of #bbd42b

#bbd42b

Complementary Color

#bbd42b #442bd4

#bbd42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd42b Color CSS Codes

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

#bbd42b Text Font Color

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

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


#bbd42b Background Color

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

This div background color is #bbd42b


#bbd42b Border Color

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

This div border color is #bbd42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd42b


Comments

No comments written yet.

Please login to write comment.