Color Hex Logo

#bbf97e Color Hex

#BBF97E
(187,249,126)
0 Favorites   0 Comments

Color spaces of #bbf97e

RGB 187249126
HSL0.250.910.74
HSV90°49°98°
CMYK 0.250.000.49   0.02
XYZ58.135179.822532.0819
Yxy79.82250.34190.4694
Hunter Lab89.3434-40.202441.2502
CIE-Lab91.6052-39.388052.4409

#bbf97e color RGB value is (187,249,126).

#bbf97e hex color red value is 187, green value is 249 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bbf97e hue: 0.25 , saturation: 0.91 and the lightness value of bbf97e is 0.74.

The process color (four color CMYK) of #bbf97e color hex is 0.25, 0.00, 0.49, 0.02. Web safe color of #bbf97e is #ccff66. Color #bbf97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01111110
Octal 273 371 176
Decimal 187 249 126
Hex BB F9 7E

RGB Percentages of Color #bbf97e

%33.27
%44.31
%22.42

CMYK Percentages of Color #bbf97e

%25
%0
%49
%2

Triadic Colors of #bbf97e

#bbf97e #7ebbf9 #f97ebb

Analogous Colors of #bbf97e

#bbf97e #7ef97f #f9f97e

Monochromatic Colors of #bbf97e

#bbf97e

Complementary Color

#bbf97e #bc7ef9

#bbf97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf97e Color CSS Codes

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

#bbf97e Text Font Color

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

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


#bbf97e Background Color

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

This div background color is #bbf97e


#bbf97e Border Color

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

This div border color is #bbf97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf97e


Comments

No comments written yet.

Please login to write comment.