Color Hex Logo

#bbee8c Color Hex

#BBEE8C
(187,238,140)
0 Favorites   0 Comments

Color spaces of #bbee8c

RGB 187238140
HSL0.250.740.74
HSV91°41°93°
CMYK 0.210.000.41   0.07
XYZ55.801773.607336.0775
Yxy73.60730.33720.4448
Hunter Lab85.7947-34.042635.1243
CIE-Lab88.7366-32.779542.1847

#bbee8c color RGB value is (187,238,140).

#bbee8c hex color red value is 187, green value is 238 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bbee8c hue: 0.25 , saturation: 0.74 and the lightness value of bbee8c is 0.74.

The process color (four color CMYK) of #bbee8c color hex is 0.21, 0.00, 0.41, 0.07. Web safe color of #bbee8c is #ccff99. Color #bbee8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 10001100
Octal 273 356 214
Decimal 187 238 140
Hex BB EE 8C

RGB Percentages of Color #bbee8c

%33.10
%42.12
%24.78

CMYK Percentages of Color #bbee8c

%21
%0
%41
%7

Triadic Colors of #bbee8c

#bbee8c #8cbbee #ee8cbb

Analogous Colors of #bbee8c

#bbee8c #8cee8e #ecee8c

Monochromatic Colors of #bbee8c

#bbee8c

Complementary Color

#bbee8c #bf8cee

#bbee8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbee8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbee8c Color CSS Codes

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

#bbee8c Text Font Color

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

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


#bbee8c Background Color

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

This div background color is #bbee8c


#bbee8c Border Color

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

This div border color is #bbee8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbee8c


Comments

No comments written yet.

Please login to write comment.