Color Hex Logo

#bbe29a Color Hex

#BBE29A
(187,226,154)
0 Favorites   0 Comments

Color spaces of #bbe29a

RGB 187226154
HSL0.260.550.75
HSV93°32°89°
CMYK 0.170.000.32   0.11
XYZ53.522667.290640.7393
Yxy67.29060.33130.4165
Hunter Lab82.0308-27.088227.9762
CIE-Lab85.6505-25.256831.1427

#bbe29a color RGB value is (187,226,154).

#bbe29a hex color red value is 187, green value is 226 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbe29a hue: 0.26 , saturation: 0.55 and the lightness value of bbe29a is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 10011010
Octal 273 342 232
Decimal 187 226 154
Hex BB E2 9A

RGB Percentages of Color #bbe29a

%32.98
%39.86
%27.16

CMYK Percentages of Color #bbe29a

%17
%0
%32
%11

Triadic Colors of #bbe29a

#bbe29a #9abbe2 #e29abb

Analogous Colors of #bbe29a

#bbe29a #9ae29d #dfe29a

Monochromatic Colors of #bbe29a

#bbe29a

Complementary Color

#bbe29a #c19ae2

#bbe29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe29a Color CSS Codes

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

#bbe29a Text Font Color

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

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


#bbe29a Background Color

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

This div background color is #bbe29a


#bbe29a Border Color

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

This div border color is #bbe29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe29a


Comments

No comments written yet.

Please login to write comment.