Color Hex Logo

#bbd32a Color Hex

#BBD32A
(187,211,42)
0 Favorites   0 Comments

Color spaces of #bbd32a

RGB 18721142
HSL0.190.670.50
HSV69°80°83°
CMYK 0.110.000.80   0.17
XYZ44.205757.320510.9246
Yxy57.32050.39310.5097
Hunter Lab75.7103-28.270544.4420
CIE-Lab80.3595-27.951473.2023

#bbd32a color RGB value is (187,211,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 00101010
Octal 273 323 52
Decimal 187 211 42
Hex BB D3 2A

RGB Percentages of Color #bbd32a

%42.50
%47.95
%9.55

CMYK Percentages of Color #bbd32a

%11
%0
%80
%17

Triadic Colors of #bbd32a

#bbd32a #2abbd3 #d32abb

Analogous Colors of #bbd32a

#bbd32a #67d32a #d3972a

Monochromatic Colors of #bbd32a

#bbd32a

Complementary Color

#bbd32a #422ad3

#bbd32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd32a Color CSS Codes

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

#bbd32a Text Font Color

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

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


#bbd32a Background Color

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

This div background color is #bbd32a


#bbd32a Border Color

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

This div border color is #bbd32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd32a


Comments

No comments written yet.

Please login to write comment.