Color Hex Logo

#bbee0f Color Hex

#BBEE0F
(187,238,15)
0 Favorites   0 Comments

Color spaces of #bbee0f

RGB 18723815
HSL0.200.880.50
HSV74°94°93°
CMYK 0.210.000.94   0.07
XYZ51.154371.748411.6046
Yxy71.74840.38030.5334
Hunter Lab84.7044-40.433951.1703
CIE-Lab87.8473-40.908184.2228

#bbee0f color RGB value is (187,238,15).

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

The process color (four color CMYK) of #bbee0f color hex is 0.21, 0.00, 0.94, 0.07. Web safe color of #bbee0f is #ccff00. Color #bbee0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 00001111
Octal 273 356 17
Decimal 187 238 15
Hex BB EE F

RGB Percentages of Color #bbee0f

%42.50
%54.09
%3.41

CMYK Percentages of Color #bbee0f

%21
%0
%94
%7

Triadic Colors of #bbee0f

#bbee0f #0fbbee #ee0fbb

Analogous Colors of #bbee0f

#bbee0f #4cee0f #eeb20f

Monochromatic Colors of #bbee0f

#bbee0f

Complementary Color

#bbee0f #420fee

#bbee0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbee0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbee0f Color CSS Codes

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

#bbee0f Text Font Color

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

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


#bbee0f Background Color

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

This div background color is #bbee0f


#bbee0f Border Color

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

This div border color is #bbee0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbee0f


Comments

No comments written yet.

Please login to write comment.