Color Hex Logo

#bbf32a Color Hex

#BBF32A
(187,243,42)
0 Favorites   0 Comments

Color spaces of #bbf32a

RGB 18724342
HSL0.210.890.56
HSV77°83°95°
CMYK 0.230.000.83   0.05
XYZ52.962074.833113.8433
Yxy74.83310.37390.5283
Hunter Lab86.5061-42.101951.0663
CIE-Lab89.3148-42.497781.0099

#bbf32a color RGB value is (187,243,42).

#bbf32a hex color red value is 187, green value is 243 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bbf32a hue: 0.21 , saturation: 0.89 and the lightness value of bbf32a is 0.56.

The process color (four color CMYK) of #bbf32a color hex is 0.23, 0.00, 0.83, 0.05. Web safe color of #bbf32a is #ccff33. Color #bbf32a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 00101010
Octal 273 363 52
Decimal 187 243 42
Hex BB F3 2A

RGB Percentages of Color #bbf32a

%39.62
%51.48
%8.90

CMYK Percentages of Color #bbf32a

%23
%0
%83
%5

Triadic Colors of #bbf32a

#bbf32a #2abbf3 #f32abb

Analogous Colors of #bbf32a

#bbf32a #57f32a #f3c72a

Monochromatic Colors of #bbf32a

#bbf32a

Complementary Color

#bbf32a #622af3

#bbf32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf32a Color CSS Codes

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

#bbf32a Text Font Color

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

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


#bbf32a Background Color

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

This div background color is #bbf32a


#bbf32a Border Color

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

This div border color is #bbf32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf32a


Comments

No comments written yet.

Please login to write comment.