Color Hex Logo

#bbfba2 Color Hex

#BBFBA2
(187,251,162)
0 Favorites   0 Comments

Color spaces of #bbfba2

RGB 187251162
HSL0.290.920.81
HSV103°35°98°
CMYK 0.250.000.35   0.02
XYZ61.512382.167846.8004
Yxy82.16780.32290.4314
Hunter Lab90.6465-37.502032.8413
CIE-Lab92.6489-35.822336.3895

#bbfba2 color RGB value is (187,251,162).

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

The process color (four color CMYK) of #bbfba2 color hex is 0.25, 0.00, 0.35, 0.02. Web safe color of #bbfba2 is #ccff99. Color #bbfba2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 10100010
Octal 273 373 242
Decimal 187 251 162
Hex BB FB A2

RGB Percentages of Color #bbfba2

%31.17
%41.83
%27.00

CMYK Percentages of Color #bbfba2

%25
%0
%35
%2

Triadic Colors of #bbfba2

#bbfba2 #a2bbfb #fba2bb

Analogous Colors of #bbfba2

#bbfba2 #a2fbb6 #e8fba2

Monochromatic Colors of #bbfba2

#bbfba2

Complementary Color

#bbfba2 #e2a2fb

#bbfba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfba2 Color CSS Codes

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

#bbfba2 Text Font Color

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

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


#bbfba2 Background Color

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

This div background color is #bbfba2


#bbfba2 Border Color

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

This div border color is #bbfba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfba2


Comments

No comments written yet.

Please login to write comment.