Color Hex Logo

#bbeeab Color Hex

#BBEEAB
(187,238,171)
0 Favorites   0 Comments

Color spaces of #bbeeab

RGB 187238171
HSL0.290.660.80
HSV106°28°93°
CMYK 0.210.000.28   0.07
XYZ58.418774.654149.8588
Yxy74.65410.31930.4081
Hunter Lab86.4026-30.516826.2684
CIE-Lab89.2307-28.464327.2774

#bbeeab color RGB value is (187,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 10101011
Octal 273 356 253
Decimal 187 238 171
Hex BB EE AB

RGB Percentages of Color #bbeeab

%31.38
%39.93
%28.69

CMYK Percentages of Color #bbeeab

%21
%0
%28
%7

Triadic Colors of #bbeeab

#bbeeab #abbbee #eeabbb

Analogous Colors of #bbeeab

#bbeeab #abeebd #ddeeab

Monochromatic Colors of #bbeeab

#bbeeab

Complementary Color

#bbeeab #deabee

#bbeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeeab Color CSS Codes

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

#bbeeab Text Font Color

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

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


#bbeeab Background Color

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

This div background color is #bbeeab


#bbeeab Border Color

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

This div border color is #bbeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeeab


Comments

No comments written yet.

Please login to write comment.