Color Hex Logo

#bbfabc Color Hex

#BBFABC
(187,250,188)
0 Favorites   0 Comments

Color spaces of #bbfabc

RGB 187250188
HSL0.340.860.86
HSV121°25°98°
CMYK 0.250.000.25   0.02
XYZ63.756282.566860.1536
Yxy82.56680.30880.3999
Hunter Lab90.8663-33.771724.3563
CIE-Lab92.8244-31.382923.5201

#bbfabc color RGB value is (187,250,188).

#bbfabc hex color red value is 187, green value is 250 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbfabc hue: 0.34 , saturation: 0.86 and the lightness value of bbfabc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 10111100
Octal 273 372 274
Decimal 187 250 188
Hex BB FA BC

RGB Percentages of Color #bbfabc

%29.92
%40.00
%30.08

CMYK Percentages of Color #bbfabc

%25
%0
%25
%2

Triadic Colors of #bbfabc

#bbfabc #bcbbfa #fabcbb

Analogous Colors of #bbfabc

#bbfabc #bbfadc #dafabb

Monochromatic Colors of #bbfabc

#bbfabc

Complementary Color

#bbfabc #fabbf9

#bbfabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfabc Color CSS Codes

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

#bbfabc Text Font Color

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

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


#bbfabc Background Color

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

This div background color is #bbfabc


#bbfabc Border Color

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

This div border color is #bbfabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfabc


Comments

No comments written yet.

Please login to write comment.