Color Hex Logo

#bbe28d Color Hex

#BBE28D
(187,226,141)
0 Favorites   0 Comments

Color spaces of #bbe28d

RGB 187226141
HSL0.240.590.72
HSV88°38°89°
CMYK 0.170.000.38   0.11
XYZ52.497666.880635.3416
Yxy66.88060.33930.4323
Hunter Lab81.7806-28.531031.6241
CIE-Lab85.4436-27.017937.4547

#bbe28d color RGB value is (187,226,141).

#bbe28d hex color red value is 187, green value is 226 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bbe28d hue: 0.24 , saturation: 0.59 and the lightness value of bbe28d is 0.72.

The process color (four color CMYK) of #bbe28d color hex is 0.17, 0.00, 0.38, 0.11. Web safe color of #bbe28d is #cccc99. Color #bbe28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 10001101
Octal 273 342 215
Decimal 187 226 141
Hex BB E2 8D

RGB Percentages of Color #bbe28d

%33.75
%40.79
%25.45

CMYK Percentages of Color #bbe28d

%17
%0
%38
%11

Triadic Colors of #bbe28d

#bbe28d #8dbbe2 #e28dbb

Analogous Colors of #bbe28d

#bbe28d #91e28d #e2df8d

Monochromatic Colors of #bbe28d

#bbe28d

Complementary Color

#bbe28d #b48de2

#bbe28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe28d Color CSS Codes

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

#bbe28d Text Font Color

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

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


#bbe28d Background Color

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

This div background color is #bbe28d


#bbe28d Border Color

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

This div border color is #bbe28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe28d


Comments

No comments written yet.

Please login to write comment.