Color Hex Logo

#bbe70e Color Hex

#BBE70E
(187,231,14)
0 Favorites   0 Comments

Color spaces of #bbe70e

RGB 18723114
HSL0.200.890.48
HSV72°94°91°
CMYK 0.190.000.94   0.09
XYZ49.148767.748310.9018
Yxy67.74830.38460.5301
Hunter Lab82.3094-37.455249.7636
CIE-Lab85.8804-37.816382.7858

#bbe70e color RGB value is (187,231,14).

#bbe70e hex color red value is 187, green value is 231 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bbe70e hue: 0.20 , saturation: 0.89 and the lightness value of bbe70e is 0.48.

The process color (four color CMYK) of #bbe70e color hex is 0.19, 0.00, 0.94, 0.09. Web safe color of #bbe70e is #ccff00. Color #bbe70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 00001110
Octal 273 347 16
Decimal 187 231 14
Hex BB E7 E

RGB Percentages of Color #bbe70e

%43.29
%53.47
%3.24

CMYK Percentages of Color #bbe70e

%19
%0
%94
%9

Triadic Colors of #bbe70e

#bbe70e #0ebbe7 #e70ebb

Analogous Colors of #bbe70e

#bbe70e #4fe70e #e7a70e

Monochromatic Colors of #bbe70e

#bbe70e

Complementary Color

#bbe70e #3a0ee7

#bbe70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe70e Color CSS Codes

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

#bbe70e Text Font Color

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

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


#bbe70e Background Color

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

This div background color is #bbe70e


#bbe70e Border Color

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

This div border color is #bbe70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe70e


Comments

No comments written yet.

Please login to write comment.