Color Hex Logo

#bbd32e Color Hex

#BBD32E
(187,211,46)
0 Favorites   0 Comments

Color spaces of #bbd32e

RGB 18721146
HSL0.190.650.50
HSV69°78°83°
CMYK 0.110.000.78   0.17
XYZ44.280957.350611.3207
Yxy57.35060.39200.5077
Hunter Lab75.7302-28.155444.1480
CIE-Lab80.3764-27.804572.1215

#bbd32e color RGB value is (187,211,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 00101110
Octal 273 323 56
Decimal 187 211 46
Hex BB D3 2E

RGB Percentages of Color #bbd32e

%42.12
%47.52
%10.36

CMYK Percentages of Color #bbd32e

%11
%0
%78
%17

Triadic Colors of #bbd32e

#bbd32e #2ebbd3 #d32ebb

Analogous Colors of #bbd32e

#bbd32e #69d32e #d3992e

Monochromatic Colors of #bbd32e

#bbd32e

Complementary Color

#bbd32e #462ed3

#bbd32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd32e Color CSS Codes

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

#bbd32e Text Font Color

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

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


#bbd32e Background Color

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

This div background color is #bbd32e


#bbd32e Border Color

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

This div border color is #bbd32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd32e


Comments

No comments written yet.

Please login to write comment.