Color Hex Logo

#bbee8d Color Hex

#BBEE8D
(187,238,141)
0 Favorites   0 Comments

Color spaces of #bbee8d

RGB 187238141
HSL0.250.740.74
HSV92°41°93°
CMYK 0.210.000.41   0.07
XYZ55.875873.637036.4677
Yxy73.63700.33660.4436
Hunter Lab85.8120-33.942234.8718
CIE-Lab88.7506-32.655041.7118

#bbee8d color RGB value is (187,238,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 10001101
Octal 273 356 215
Decimal 187 238 141
Hex BB EE 8D

RGB Percentages of Color #bbee8d

%33.04
%42.05
%24.91

CMYK Percentages of Color #bbee8d

%21
%0
%41
%7

Triadic Colors of #bbee8d

#bbee8d #8dbbee #ee8dbb

Analogous Colors of #bbee8d

#bbee8d #8dee90 #ecee8d

Monochromatic Colors of #bbee8d

#bbee8d

Complementary Color

#bbee8d #c08dee

#bbee8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbee8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbee8d Color CSS Codes

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

#bbee8d Text Font Color

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

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


#bbee8d Background Color

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

This div background color is #bbee8d


#bbee8d Border Color

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

This div border color is #bbee8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbee8d


Comments

No comments written yet.

Please login to write comment.