Color Hex Logo

#bbf69d Color Hex

#BBF69D
(187,246,157)
0 Favorites   0 Comments

Color spaces of #bbf69d

RGB 187246157
HSL0.280.830.79
HSV100°36°96°
CMYK 0.240.000.36   0.04
XYZ59.535178.910743.9917
Yxy78.91070.32630.4325
Hunter Lab88.8317-35.824632.8203
CIE-Lab91.1939-34.235236.9629

#bbf69d color RGB value is (187,246,157).

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

The process color (four color CMYK) of #bbf69d color hex is 0.24, 0.00, 0.36, 0.04. Web safe color of #bbf69d is #ccff99. Color #bbf69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 10011101
Octal 273 366 235
Decimal 187 246 157
Hex BB F6 9D

RGB Percentages of Color #bbf69d

%31.69
%41.69
%26.61

CMYK Percentages of Color #bbf69d

%24
%0
%36
%4

Triadic Colors of #bbf69d

#bbf69d #9dbbf6 #f69dbb

Analogous Colors of #bbf69d

#bbf69d #9df6ac #e8f69d

Monochromatic Colors of #bbf69d

#bbf69d

Complementary Color

#bbf69d #d89df6

#bbf69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf69d Color CSS Codes

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

#bbf69d Text Font Color

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

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


#bbf69d Background Color

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

This div background color is #bbf69d


#bbf69d Border Color

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

This div border color is #bbf69d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,246,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 #bbf69d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf69d


Comments

No comments written yet.

Please login to write comment.