Color Hex Logo

#bbe032 Color Hex

#BBE032
(187,224,50)
0 Favorites   0 Comments

Color spaces of #bbe032

RGB 18722450
HSL0.200.740.54
HSV73°78°88°
CMYK 0.170.000.78   0.12
XYZ47.724964.106412.8760
Yxy64.10640.38270.5141
Hunter Lab80.0665-33.718546.5117
CIE-Lab84.0211-33.715574.2822

#bbe032 color RGB value is (187,224,50).

#bbe032 hex color red value is 187, green value is 224 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bbe032 hue: 0.20 , saturation: 0.74 and the lightness value of bbe032 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00110010
Octal 273 340 62
Decimal 187 224 50
Hex BB E0 32

RGB Percentages of Color #bbe032

%40.56
%48.59
%10.85

CMYK Percentages of Color #bbe032

%17
%0
%78
%12

Triadic Colors of #bbe032

#bbe032 #32bbe0 #e032bb

Analogous Colors of #bbe032

#bbe032 #64e032 #e0ae32

Monochromatic Colors of #bbe032

#bbe032

Complementary Color

#bbe032 #5732e0

#bbe032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe032 Color CSS Codes

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

#bbe032 Text Font Color

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

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


#bbe032 Background Color

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

This div background color is #bbe032


#bbe032 Border Color

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

This div border color is #bbe032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe032


Comments

No comments written yet.

Please login to write comment.