Color Hex Logo

#bbf18f Color Hex

#BBF18F
(187,241,143)
0 Favorites   0 Comments

Color spaces of #bbf18f

RGB 187241143
HSL0.260.780.75
HSV93°41°95°
CMYK 0.220.000.41   0.05
XYZ56.906775.458637.5523
Yxy75.45860.33490.4441
Hunter Lab86.8669-35.081435.1760
CIE-Lab89.6074-33.787641.8255

#bbf18f color RGB value is (187,241,143).

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

The process color (four color CMYK) of #bbf18f color hex is 0.22, 0.00, 0.41, 0.05. Web safe color of #bbf18f is #ccff99. Color #bbf18f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10001111
Octal 273 361 217
Decimal 187 241 143
Hex BB F1 8F

RGB Percentages of Color #bbf18f

%32.75
%42.21
%25.04

CMYK Percentages of Color #bbf18f

%22
%0
%41
%5

Triadic Colors of #bbf18f

#bbf18f #8fbbf1 #f18fbb

Analogous Colors of #bbf18f

#bbf18f #8ff194 #ecf18f

Monochromatic Colors of #bbf18f

#bbf18f

Complementary Color

#bbf18f #c58ff1

#bbf18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf18f Color CSS Codes

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

#bbf18f Text Font Color

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

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


#bbf18f Background Color

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

This div background color is #bbf18f


#bbf18f Border Color

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

This div border color is #bbf18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf18f


Comments

No comments written yet.

Please login to write comment.