Color Hex Logo

#bbe040 Color Hex

#BBE040
(187,224,64)
0 Favorites   0 Comments

Color spaces of #bbe040

RGB 18722464
HSL0.210.720.56
HSV74°71°88°
CMYK 0.170.000.71   0.12
XYZ48.074664.246314.7175
Yxy64.24630.37840.5057
Hunter Lab80.1538-33.208545.2211
CIE-Lab84.0938-33.060669.9345

#bbe040 color RGB value is (187,224,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 01000000
Octal 273 340 100
Decimal 187 224 64
Hex BB E0 40

RGB Percentages of Color #bbe040

%39.37
%47.16
%13.47

CMYK Percentages of Color #bbe040

%17
%0
%71
%12

Triadic Colors of #bbe040

#bbe040 #40bbe0 #e040bb

Analogous Colors of #bbe040

#bbe040 #6be040 #e0b540

Monochromatic Colors of #bbe040

#bbe040

Complementary Color

#bbe040 #6540e0

#bbe040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe040 Color CSS Codes

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

#bbe040 Text Font Color

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

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


#bbe040 Background Color

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

This div background color is #bbe040


#bbe040 Border Color

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

This div border color is #bbe040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe040


Comments

No comments written yet.

Please login to write comment.