color codes Logo

#bbd32c color codes

#BBD32C
(187,211,44)
0 Favorites   0 Comments

Color spaces of #bbd32c

RGB 18721144
HSL0.190.650.50
HSV69°79°83°
CMYK 0.110.000.79   0.17
XYZ44.242457.335211.1178
Yxy57.33520.39260.5088
Hunter Lab75.7200-28.214444.2986
CIE-Lab80.3678-27.879772.6718

#bbd32c color RGB value is (187,211,44).

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

The process color (four color CMYK) of #bbd32c color code is 0.11, 0.00, 0.79, 0.17. Web safe color of #bbd32c is #cccc33. Color #bbd32c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 00101100
Octal 273 323 54
Decimal 187 211 44
Hex BB D3 2C

RGB Percentages of Color #bbd32c

%42.31
%47.74
%9.95

CMYK Percentages of Color #bbd32c

%11
%0
%79
%17

Triadic Colors of #bbd32c

#bbd32c #2cbbd3 #d32cbb

Analogous Colors of #bbd32c

#bbd32c #68d32c #d3982c

Monochromatic Colors of #bbd32c

#bbd32c

Complementary Color

#bbd32c #442cd3

#bbd32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd32c Color CSS Codes

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

#bbd32c Text Font Color

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

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


#bbd32c Background Color

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

This div background color is #bbd32c


#bbd32c Border Color

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

This div border color is #bbd32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd32c


Comments

No comments written yet.

Please login to write comment.