Color Hex Logo

#bbebaa Color Hex

#BBEBAA
(187,235,170)
0 Favorites   0 Comments

Color spaces of #bbebaa

RGB 187235170
HSL0.290.620.79
HSV104°28°92°
CMYK 0.200.000.28   0.08
XYZ57.457572.883749.0698
Yxy72.88370.32030.4062
Hunter Lab85.3720-29.265925.6819
CIE-Lab88.3922-27.194626.6492

#bbebaa color RGB value is (187,235,170).

#bbebaa hex color red value is 187, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bbebaa hue: 0.29 , saturation: 0.62 and the lightness value of bbebaa is 0.79.

The process color (four color CMYK) of #bbebaa color hex is 0.20, 0.00, 0.28, 0.08. Web safe color of #bbebaa is #ccff99. Color #bbebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10101010
Octal 273 353 252
Decimal 187 235 170
Hex BB EB AA

RGB Percentages of Color #bbebaa

%31.59
%39.70
%28.72

CMYK Percentages of Color #bbebaa

%20
%0
%28
%8

Triadic Colors of #bbebaa

#bbebaa #aabbeb #ebaabb

Analogous Colors of #bbebaa

#bbebaa #aaebba #dcebaa

Monochromatic Colors of #bbebaa

#bbebaa

Complementary Color

#bbebaa #daaaeb

#bbebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebaa Color CSS Codes

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

#bbebaa Text Font Color

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

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


#bbebaa Background Color

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

This div background color is #bbebaa


#bbebaa Border Color

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

This div border color is #bbebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebaa


Comments

No comments written yet.

Please login to write comment.