Color Hex Logo

#bbe60e Color Hex

#BBE60E
(187,230,14)
0 Favorites   0 Comments

Color spaces of #bbe60e

RGB 18723014
HSL0.200.890.48
HSV72°94°90°
CMYK 0.190.000.94   0.10
XYZ48.869667.190110.8088
Yxy67.19010.38520.5296
Hunter Lab81.9696-37.026549.5605
CIE-Lab85.5999-37.368182.5669

#bbe60e color RGB value is (187,230,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100110 00001110
Octal 273 346 16
Decimal 187 230 14
Hex BB E6 E

RGB Percentages of Color #bbe60e

%43.39
%53.36
%3.25

CMYK Percentages of Color #bbe60e

%19
%0
%94
%10

Triadic Colors of #bbe60e

#bbe60e #0ebbe6 #e60ebb

Analogous Colors of #bbe60e

#bbe60e #4fe60e #e6a50e

Monochromatic Colors of #bbe60e

#bbe60e

Complementary Color

#bbe60e #390ee6

#bbe60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe60e Color CSS Codes

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

#bbe60e Text Font Color

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

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


#bbe60e Background Color

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

This div background color is #bbe60e


#bbe60e Border Color

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

This div border color is #bbe60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe60e


Comments

No comments written yet.

Please login to write comment.