Color Hex Logo

#bbe10f Color Hex

#BBE10F
(187,225,15)
0 Favorites   0 Comments

Color spaces of #bbe10f

RGB 18722515
HSL0.200.880.47
HSV71°93°88°
CMYK 0.170.000.93   0.12
XYZ47.505064.449710.3882
Yxy64.44970.38830.5268
Hunter Lab80.2806-34.865948.5244
CIE-Lab84.1994-35.095081.3693

#bbe10f color RGB value is (187,225,15).

#bbe10f hex color red value is 187, green value is 225 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bbe10f hue: 0.20 , saturation: 0.88 and the lightness value of bbe10f is 0.47.

The process color (four color CMYK) of #bbe10f color hex is 0.17, 0.00, 0.93, 0.12. Web safe color of #bbe10f is #cccc00. Color #bbe10f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 00001111
Octal 273 341 17
Decimal 187 225 15
Hex BB E1 F

RGB Percentages of Color #bbe10f

%43.79
%52.69
%3.51

CMYK Percentages of Color #bbe10f

%17
%0
%93
%12

Triadic Colors of #bbe10f

#bbe10f #0fbbe1 #e10fbb

Analogous Colors of #bbe10f

#bbe10f #52e10f #e19e0f

Monochromatic Colors of #bbe10f

#bbe10f

Complementary Color

#bbe10f #350fe1

#bbe10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe10f Color CSS Codes

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

#bbe10f Text Font Color

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

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


#bbe10f Background Color

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

This div background color is #bbe10f


#bbe10f Border Color

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

This div border color is #bbe10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe10f


Comments

No comments written yet.

Please login to write comment.