Color Hex Logo

#bbf18d Color Hex

#BBF18D
(187,241,141)
0 Favorites   0 Comments

Color spaces of #bbf18d

RGB 187241141
HSL0.260.780.75
HSV92°41°95°
CMYK 0.220.000.41   0.05
XYZ56.756575.398536.7613
Yxy75.39850.33600.4464
Hunter Lab86.8323-35.283035.6816
CIE-Lab89.5793-34.037842.7689

#bbf18d color RGB value is (187,241,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10001101
Octal 273 361 215
Decimal 187 241 141
Hex BB F1 8D

RGB Percentages of Color #bbf18d

%32.86
%42.36
%24.78

CMYK Percentages of Color #bbf18d

%22
%0
%41
%5

Triadic Colors of #bbf18d

#bbf18d #8dbbf1 #f18dbb

Analogous Colors of #bbf18d

#bbf18d #8df191 #edf18d

Monochromatic Colors of #bbf18d

#bbf18d

Complementary Color

#bbf18d #c38df1

#bbf18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf18d Color CSS Codes

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

#bbf18d Text Font Color

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

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


#bbf18d Background Color

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

This div background color is #bbf18d


#bbf18d Border Color

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

This div border color is #bbf18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf18d


Comments

No comments written yet.

Please login to write comment.