Color Hex Logo

#bbf98e Color Hex

#BBF98E
(187,249,142)
0 Favorites   0 Comments

Color spaces of #bbf98e

RGB 187249142
HSL0.260.900.77
HSV95°43°98°
CMYK 0.250.000.43   0.02
XYZ59.251780.269237.9618
Yxy80.26920.33380.4523
Hunter Lab89.5931-38.738337.5932
CIE-Lab91.8055-37.551545.1074

#bbf98e color RGB value is (187,249,142).

#bbf98e hex color red value is 187, green value is 249 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bbf98e hue: 0.26 , saturation: 0.90 and the lightness value of bbf98e is 0.77.

The process color (four color CMYK) of #bbf98e color hex is 0.25, 0.00, 0.43, 0.02. Web safe color of #bbf98e is #ccff99. Color #bbf98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 10001110
Octal 273 371 216
Decimal 187 249 142
Hex BB F9 8E

RGB Percentages of Color #bbf98e

%32.35
%43.08
%24.57

CMYK Percentages of Color #bbf98e

%25
%0
%43
%2

Triadic Colors of #bbf98e

#bbf98e #8ebbf9 #f98ebb

Analogous Colors of #bbf98e

#bbf98e #8ef997 #f1f98e

Monochromatic Colors of #bbf98e

#bbf98e

Complementary Color

#bbf98e #cc8ef9

#bbf98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf98e Color CSS Codes

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

#bbf98e Text Font Color

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

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


#bbf98e Background Color

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

This div background color is #bbf98e


#bbf98e Border Color

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

This div border color is #bbf98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf98e


Comments

No comments written yet.

Please login to write comment.