Color Hex Logo

#bbf77d Color Hex

#BBF77D
(187,247,125)
0 Favorites   0 Comments

Color spaces of #bbf77d

RGB 187247125
HSL0.250.880.73
HSV90°49°97°
CMYK 0.240.000.49   0.03
XYZ57.456078.567031.5387
Yxy78.56700.34290.4689
Hunter Lab88.6380-39.411240.9504
CIE-Lab91.0380-38.602552.2184

#bbf77d color RGB value is (187,247,125).

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

The process color (four color CMYK) of #bbf77d color hex is 0.24, 0.00, 0.49, 0.03. Web safe color of #bbf77d is #ccff66. Color #bbf77d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110111 01111101
Octal 273 367 175
Decimal 187 247 125
Hex BB F7 7D

RGB Percentages of Color #bbf77d

%33.45
%44.19
%22.36

CMYK Percentages of Color #bbf77d

%24
%0
%49
%3

Triadic Colors of #bbf77d

#bbf77d #7dbbf7 #f77dbb

Analogous Colors of #bbf77d

#bbf77d #7ef77d #f7f67d

Monochromatic Colors of #bbf77d

#bbf77d

Complementary Color

#bbf77d #b97df7

#bbf77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf77d Color CSS Codes

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

#bbf77d Text Font Color

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

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


#bbf77d Background Color

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

This div background color is #bbf77d


#bbf77d Border Color

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

This div border color is #bbf77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf77d


Comments

No comments written yet.

Please login to write comment.