Color Hex Logo

#bbf2ba Color Hex

#BBF2BA
(187,242,186)
0 Favorites   0 Comments

Color spaces of #bbf2ba

RGB 187242186
HSL0.330.680.84
HSV119°23°95°
CMYK 0.230.000.23   0.05
XYZ61.108677.614258.2147
Yxy77.61420.31030.3941
Hunter Lab88.0989-30.359122.4911
CIE-Lab90.6036-27.954521.4735

#bbf2ba color RGB value is (187,242,186).

#bbf2ba hex color red value is 187, green value is 242 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bbf2ba hue: 0.33 , saturation: 0.68 and the lightness value of bbf2ba is 0.84.

The process color (four color CMYK) of #bbf2ba color hex is 0.23, 0.00, 0.23, 0.05. Web safe color of #bbf2ba is #ccffcc. Color #bbf2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 10111010
Octal 273 362 272
Decimal 187 242 186
Hex BB F2 BA

RGB Percentages of Color #bbf2ba

%30.41
%39.35
%30.24

CMYK Percentages of Color #bbf2ba

%23
%0
%23
%5

Triadic Colors of #bbf2ba

#bbf2ba #babbf2 #f2babb

Analogous Colors of #bbf2ba

#bbf2ba #baf2d5 #d7f2ba

Monochromatic Colors of #bbf2ba

#bbf2ba

Complementary Color

#bbf2ba #f1baf2

#bbf2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf2ba Color CSS Codes

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

#bbf2ba Text Font Color

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

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


#bbf2ba Background Color

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

This div background color is #bbf2ba


#bbf2ba Border Color

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

This div border color is #bbf2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf2ba


Comments

No comments written yet.

Please login to write comment.