Color Hex Logo

#bbf89d Color Hex

#BBF89D
(187,248,157)
0 Favorites   0 Comments

Color spaces of #bbf89d

RGB 187248157
HSL0.280.870.79
HSV100°37°97°
CMYK 0.250.000.37   0.03
XYZ60.146780.133944.1956
Yxy80.13390.32600.4344
Hunter Lab89.5175-36.721833.3903
CIE-Lab91.7449-35.150437.6848

#bbf89d color RGB value is (187,248,157).

#bbf89d hex color red value is 187, green value is 248 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbf89d hue: 0.28 , saturation: 0.87 and the lightness value of bbf89d is 0.79.

The process color (four color CMYK) of #bbf89d color hex is 0.25, 0.00, 0.37, 0.03. Web safe color of #bbf89d is #ccff99. Color #bbf89d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 10011101
Octal 273 370 235
Decimal 187 248 157
Hex BB F8 9D

RGB Percentages of Color #bbf89d

%31.59
%41.89
%26.52

CMYK Percentages of Color #bbf89d

%25
%0
%37
%3

Triadic Colors of #bbf89d

#bbf89d #9dbbf8 #f89dbb

Analogous Colors of #bbf89d

#bbf89d #9df8ad #e9f89d

Monochromatic Colors of #bbf89d

#bbf89d

Complementary Color

#bbf89d #da9df8

#bbf89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf89d Color CSS Codes

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

#bbf89d Text Font Color

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

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


#bbf89d Background Color

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

This div background color is #bbf89d


#bbf89d Border Color

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

This div border color is #bbf89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf89d


Comments

No comments written yet.

Please login to write comment.