color codes Logo

#bbf19e color codes

#BBF19E
(187,241,158)
0 Favorites   0 Comments

Color spaces of #bbf19e

RGB 187241158
HSL0.280.750.78
HSV99°34°95°
CMYK 0.220.000.34   0.05
XYZ58.120475.944043.9431
Yxy75.94400.32650.4266
Hunter Lab87.1459-33.457831.1053
CIE-Lab89.8333-31.786634.6716

#bbf19e color RGB value is (187,241,158).

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

The process color (four color CMYK) of #bbf19e color code is 0.22, 0.00, 0.34, 0.05. Web safe color of #bbf19e is #ccff99. Color #bbf19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10011110
Octal 273 361 236
Decimal 187 241 158
Hex BB F1 9E

RGB Percentages of Color #bbf19e

%31.91
%41.13
%26.96

CMYK Percentages of Color #bbf19e

%22
%0
%34
%5

Triadic Colors of #bbf19e

#bbf19e #9ebbf1 #f19ebb

Analogous Colors of #bbf19e

#bbf19e #9ef1ab #e5f19e

Monochromatic Colors of #bbf19e

#bbf19e

Complementary Color

#bbf19e #d49ef1

#bbf19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf19e Color CSS Codes

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

#bbf19e Text Font Color

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

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


#bbf19e Background Color

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

This div background color is #bbf19e


#bbf19e Border Color

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

This div border color is #bbf19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf19e


Comments

No comments written yet.

Please login to write comment.