Color Hex Logo

#bbebba Color Hex

#BBEBBA
(187,235,186)
0 Favorites   0 Comments

Color spaces of #bbebba

RGB 187235186
HSL0.330.550.83
HSV119°21°92°
CMYK 0.200.000.21   0.08
XYZ59.064873.526657.5334
Yxy73.52660.31070.3867
Hunter Lab85.7477-27.103820.2420
CIE-Lab88.6983-24.607818.8242

#bbebba color RGB value is (187,235,186).

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

The process color (four color CMYK) of #bbebba color hex is 0.20, 0.00, 0.21, 0.08. Web safe color of #bbebba is #ccffcc. Color #bbebba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10111010
Octal 273 353 272
Decimal 187 235 186
Hex BB EB BA

RGB Percentages of Color #bbebba

%30.76
%38.65
%30.59

CMYK Percentages of Color #bbebba

%20
%0
%21
%8

Triadic Colors of #bbebba

#bbebba #babbeb #ebbabb

Analogous Colors of #bbebba

#bbebba #baebd2 #d4ebba

Monochromatic Colors of #bbebba

#bbebba

Complementary Color

#bbebba #eabaeb

#bbebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebba Color CSS Codes

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

#bbebba Text Font Color

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

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


#bbebba Background Color

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

This div background color is #bbebba


#bbebba Border Color

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

This div border color is #bbebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebba


Comments

No comments written yet.

Please login to write comment.