Color Hex Logo

#bbf1aa Color Hex

#BBF1AA
(187,241,170)
0 Favorites   0 Comments

Color spaces of #bbf1aa

RGB 187241170
HSL0.290.720.81
HSV106°29°95°
CMYK 0.220.000.29   0.05
XYZ59.204576.377749.6522
Yxy76.37770.31960.4123
Hunter Lab87.3943-32.016927.4910
CIE-Lab90.0344-30.030928.8763

#bbf1aa color RGB value is (187,241,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10101010
Octal 273 361 252
Decimal 187 241 170
Hex BB F1 AA

RGB Percentages of Color #bbf1aa

%31.27
%40.30
%28.43

CMYK Percentages of Color #bbf1aa

%22
%0
%29
%5

Triadic Colors of #bbf1aa

#bbf1aa #aabbf1 #f1aabb

Analogous Colors of #bbf1aa

#bbf1aa #aaf1bd #dff1aa

Monochromatic Colors of #bbf1aa

#bbf1aa

Complementary Color

#bbf1aa #e0aaf1

#bbf1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf1aa Color CSS Codes

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

#bbf1aa Text Font Color

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

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


#bbf1aa Background Color

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

This div background color is #bbf1aa


#bbf1aa Border Color

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

This div border color is #bbf1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf1aa


Comments

No comments written yet.

Please login to write comment.