Color Hex Logo

#bbf68f Color Hex

#BBF68F
(187,246,143)
0 Favorites   0 Comments

Color spaces of #bbf68f

RGB 187246143
HSL0.260.850.76
HSV94°42°96°
CMYK 0.240.000.42   0.04
XYZ58.407278.459538.0524
Yxy78.45950.33390.4485
Hunter Lab88.5774-37.308936.5335
CIE-Lab90.9892-36.071843.5880

#bbf68f color RGB value is (187,246,143).

#bbf68f hex color red value is 187, green value is 246 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bbf68f hue: 0.26 , saturation: 0.85 and the lightness value of bbf68f is 0.76.

The process color (four color CMYK) of #bbf68f color hex is 0.24, 0.00, 0.42, 0.04. Web safe color of #bbf68f is #ccff99. Color #bbf68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 10001111
Octal 273 366 217
Decimal 187 246 143
Hex BB F6 8F

RGB Percentages of Color #bbf68f

%32.47
%42.71
%24.83

CMYK Percentages of Color #bbf68f

%24
%0
%42
%4

Triadic Colors of #bbf68f

#bbf68f #8fbbf6 #f68fbb

Analogous Colors of #bbf68f

#bbf68f #8ff697 #eff68f

Monochromatic Colors of #bbf68f

#bbf68f

Complementary Color

#bbf68f #ca8ff6

#bbf68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf68f Color CSS Codes

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

#bbf68f Text Font Color

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

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


#bbf68f Background Color

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

This div background color is #bbf68f


#bbf68f Border Color

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

This div border color is #bbf68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf68f


Comments

No comments written yet.

Please login to write comment.