Color Hex Logo

#bbe940 Color Hex

#BBE940
(187,233,64)
0 Favorites   0 Comments

Color spaces of #bbe940

RGB 18723364
HSL0.210.790.58
HSV76°73°91°
CMYK 0.200.000.73   0.09
XYZ50.557869.212815.5452
Yxy69.21280.37360.5115
Hunter Lab83.1942-37.114047.1574
CIE-Lab86.6093-37.158872.3823

#bbe940 color RGB value is (187,233,64).

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

The process color (four color CMYK) of #bbe940 color hex is 0.20, 0.00, 0.73, 0.09. Web safe color of #bbe940 is #ccff33. Color #bbe940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01000000
Octal 273 351 100
Decimal 187 233 64
Hex BB E9 40

RGB Percentages of Color #bbe940

%38.64
%48.14
%13.22

CMYK Percentages of Color #bbe940

%20
%0
%73
%9

Triadic Colors of #bbe940

#bbe940 #40bbe9 #e940bb

Analogous Colors of #bbe940

#bbe940 #67e940 #e9c340

Monochromatic Colors of #bbe940

#bbe940

Complementary Color

#bbe940 #6e40e9

#bbe940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe940 Color CSS Codes

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

#bbe940 Text Font Color

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

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


#bbe940 Background Color

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

This div background color is #bbe940


#bbe940 Border Color

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

This div border color is #bbe940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe940


Comments

No comments written yet.

Please login to write comment.