Color Hex Logo

#bbf68c Color Hex

#BBF68C
(187,246,140)
0 Favorites   0 Comments

Color spaces of #bbf68c

RGB 187246140
HSL0.260.850.76
HSV93°43°96°
CMYK 0.240.000.43   0.04
XYZ58.182978.369836.8713
Yxy78.36980.33550.4519
Hunter Lab88.5267-37.605237.2745
CIE-Lab90.9484-36.440844.9906

#bbf68c color RGB value is (187,246,140).

#bbf68c hex color red value is 187, green value is 246 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bbf68c hue: 0.26 , saturation: 0.85 and the lightness value of bbf68c is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 10001100
Octal 273 366 214
Decimal 187 246 140
Hex BB F6 8C

RGB Percentages of Color #bbf68c

%32.64
%42.93
%24.43

CMYK Percentages of Color #bbf68c

%24
%0
%43
%4

Triadic Colors of #bbf68c

#bbf68c #8cbbf6 #f68cbb

Analogous Colors of #bbf68c

#bbf68c #8cf692 #f0f68c

Monochromatic Colors of #bbf68c

#bbf68c

Complementary Color

#bbf68c #c78cf6

#bbf68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf68c Color CSS Codes

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

#bbf68c Text Font Color

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

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


#bbf68c Background Color

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

This div background color is #bbf68c


#bbf68c Border Color

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

This div border color is #bbf68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf68c


Comments

No comments written yet.

Please login to write comment.