Color Hex Logo

#bbf696 Color Hex

#BBF696
(187,246,150)
0 Favorites   0 Comments

Color spaces of #bbf696

RGB 187246150
HSL0.270.840.78
HSV97°39°96°
CMYK 0.240.000.39   0.04
XYZ58.954378.678340.9334
Yxy78.67830.33020.4406
Hunter Lab88.7008-36.587734.7296
CIE-Lab91.0885-35.176940.2901

#bbf696 color RGB value is (187,246,150).

#bbf696 hex color red value is 187, green value is 246 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bbf696 hue: 0.27 , saturation: 0.84 and the lightness value of bbf696 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 10010110
Octal 273 366 226
Decimal 187 246 150
Hex BB F6 96

RGB Percentages of Color #bbf696

%32.08
%42.20
%25.73

CMYK Percentages of Color #bbf696

%24
%0
%39
%4

Triadic Colors of #bbf696

#bbf696 #96bbf6 #f696bb

Analogous Colors of #bbf696

#bbf696 #96f6a1 #ebf696

Monochromatic Colors of #bbf696

#bbf696

Complementary Color

#bbf696 #d196f6

#bbf696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf696 Color CSS Codes

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

#bbf696 Text Font Color

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

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


#bbf696 Background Color

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

This div background color is #bbf696


#bbf696 Border Color

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

This div border color is #bbf696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf696

#bbf696 Color Palettes


Comments

No comments written yet.

Please login to write comment.