Color Hex Logo

#bbf97b Color Hex

#BBF97B
(187,249,123)
0 Favorites   0 Comments

Color spaces of #bbf97b

RGB 187249123
HSL0.250.910.73
HSV90°51°98°
CMYK 0.250.000.51   0.02
XYZ57.944379.746231.0775
Yxy79.74620.34330.4725
Hunter Lab89.3007-40.453541.8770
CIE-Lab91.5709-39.705053.7853

#bbf97b color RGB value is (187,249,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01111011
Octal 273 371 173
Decimal 187 249 123
Hex BB F9 7B

RGB Percentages of Color #bbf97b

%33.45
%44.54
%22.00

CMYK Percentages of Color #bbf97b

%25
%0
%51
%2

Triadic Colors of #bbf97b

#bbf97b #7bbbf9 #f97bbb

Analogous Colors of #bbf97b

#bbf97b #7cf97b #f9f87b

Monochromatic Colors of #bbf97b

#bbf97b

Complementary Color

#bbf97b #b97bf9

#bbf97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf97b Color CSS Codes

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

#bbf97b Text Font Color

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

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


#bbf97b Background Color

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

This div background color is #bbf97b


#bbf97b Border Color

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

This div border color is #bbf97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf97b


Comments

No comments written yet.

Please login to write comment.