Color Hex Logo

#bbf1ba Color Hex

#BBF1BA
(187,241,186)
0 Favorites   0 Comments

Color spaces of #bbf1ba

RGB 187241186
HSL0.330.660.84
HSV119°23°95°
CMYK 0.220.000.23   0.05
XYZ60.811777.020658.1157
Yxy77.02060.31030.3931
Hunter Lab87.7614-29.896022.1711
CIE-Lab90.3311-27.480221.0958

#bbf1ba color RGB value is (187,241,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10111010
Octal 273 361 272
Decimal 187 241 186
Hex BB F1 BA

RGB Percentages of Color #bbf1ba

%30.46
%39.25
%30.29

CMYK Percentages of Color #bbf1ba

%22
%0
%23
%5

Triadic Colors of #bbf1ba

#bbf1ba #babbf1 #f1babb

Analogous Colors of #bbf1ba

#bbf1ba #baf1d5 #d7f1ba

Monochromatic Colors of #bbf1ba

#bbf1ba

Complementary Color

#bbf1ba #f0baf1

#bbf1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf1ba Color CSS Codes

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

#bbf1ba Text Font Color

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

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


#bbf1ba Background Color

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

This div background color is #bbf1ba


#bbf1ba Border Color

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

This div border color is #bbf1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf1ba


Comments

No comments written yet.

Please login to write comment.