Color Hex Logo

#bbfba4 Color Hex

#BBFBA4
(187,251,164)
0 Favorites   0 Comments

Color spaces of #bbfba4

RGB 187251164
HSL0.290.920.81
HSV104°35°98°
CMYK 0.250.000.35   0.02
XYZ61.691582.239547.7443
Yxy82.23950.32190.4291
Hunter Lab90.6860-37.271232.2652
CIE-Lab92.6805-35.538935.4360

#bbfba4 color RGB value is (187,251,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 10100100
Octal 273 373 244
Decimal 187 251 164
Hex BB FB A4

RGB Percentages of Color #bbfba4

%31.06
%41.69
%27.24

CMYK Percentages of Color #bbfba4

%25
%0
%35
%2

Triadic Colors of #bbfba4

#bbfba4 #a4bbfb #fba4bb

Analogous Colors of #bbfba4

#bbfba4 #a4fbb9 #e7fba4

Monochromatic Colors of #bbfba4

#bbfba4

Complementary Color

#bbfba4 #e4a4fb

#bbfba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfba4 Color CSS Codes

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

#bbfba4 Text Font Color

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

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


#bbfba4 Background Color

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

This div background color is #bbfba4


#bbfba4 Border Color

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

This div border color is #bbfba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfba4


Comments

No comments written yet.

Please login to write comment.