Color Hex Logo

#bbefaa Color Hex

#BBEFAA
(187,239,170)
0 Favorites   0 Comments

Color spaces of #bbefaa

RGB 187239170
HSL0.290.680.80
HSV105°29°94°
CMYK 0.220.000.29   0.06
XYZ58.615775.200149.4559
Yxy75.20010.31980.4103
Hunter Lab86.7180-31.102126.8891
CIE-Lab89.4866-29.090128.1350

#bbefaa color RGB value is (187,239,170).

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

The process color (four color CMYK) of #bbefaa color hex is 0.22, 0.00, 0.29, 0.06. Web safe color of #bbefaa is #ccff99. Color #bbefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 10101010
Octal 273 357 252
Decimal 187 239 170
Hex BB EF AA

RGB Percentages of Color #bbefaa

%31.38
%40.10
%28.52

CMYK Percentages of Color #bbefaa

%22
%0
%29
%6

Triadic Colors of #bbefaa

#bbefaa #aabbef #efaabb

Analogous Colors of #bbefaa

#bbefaa #aaefbc #deefaa

Monochromatic Colors of #bbefaa

#bbefaa

Complementary Color

#bbefaa #deaaef

#bbefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefaa Color CSS Codes

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

#bbefaa Text Font Color

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

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


#bbefaa Background Color

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

This div background color is #bbefaa


#bbefaa Border Color

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

This div border color is #bbefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefaa

#bbefaa Color Palettes


Comments

No comments written yet.

Please login to write comment.