color codes Logo

#bbf96c color codes

#BBF96C
(187,249,108)
0 Favorites   0 Comments

Color spaces of #bbf96c

RGB 187249108
HSL0.240.920.70
HSV86°57°98°
CMYK 0.250.000.57   0.02
XYZ57.076079.398926.5047
Yxy79.39890.35020.4872
Hunter Lab89.1061-41.599244.7384
CIE-Lab91.4145-41.159360.3199

#bbf96c color RGB value is (187,249,108).

#bbf96c hex color red value is 187, green value is 249 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bbf96c hue: 0.24 , saturation: 0.92 and the lightness value of bbf96c is 0.70.

The process color (four color CMYK) of #bbf96c color code is 0.25, 0.00, 0.57, 0.02. Web safe color of #bbf96c is #ccff66. Color #bbf96c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01101100
Octal 273 371 154
Decimal 187 249 108
Hex BB F9 6C

RGB Percentages of Color #bbf96c

%34.38
%45.77
%19.85

CMYK Percentages of Color #bbf96c

%25
%0
%57
%2

Triadic Colors of #bbf96c

#bbf96c #6cbbf9 #f96cbb

Analogous Colors of #bbf96c

#bbf96c #75f96c #f9f16c

Monochromatic Colors of #bbf96c

#bbf96c

Complementary Color

#bbf96c #aa6cf9

#bbf96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf96c Color CSS Codes

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

#bbf96c Text Font Color

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

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


#bbf96c Background Color

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

This div background color is #bbf96c


#bbf96c Border Color

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

This div border color is #bbf96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf96c

Related Colors


Comments

No comments written yet.

Please login to write comment.