Color Hex Logo

#bbfbaf Color Hex

#BBFBAF
(187,251,175)
0 Favorites   0 Comments

Color spaces of #bbfbaf

RGB 187251175
HSL0.310.900.84
HSV111°30°98°
CMYK 0.250.000.30   0.02
XYZ62.728682.654353.2052
Yxy82.65430.31590.4162
Hunter Lab90.9144-35.939828.9422
CIE-Lab92.8629-33.912830.1653

#bbfbaf color RGB value is (187,251,175).

#bbfbaf hex color red value is 187, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbfbaf hue: 0.31 , saturation: 0.90 and the lightness value of bbfbaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 10101111
Octal 273 373 257
Decimal 187 251 175
Hex BB FB AF

RGB Percentages of Color #bbfbaf

%30.51
%40.95
%28.55

CMYK Percentages of Color #bbfbaf

%25
%0
%30
%2

Triadic Colors of #bbfbaf

#bbfbaf #afbbfb #fbafbb

Analogous Colors of #bbfbaf

#bbfbaf #affbc9 #e1fbaf

Monochromatic Colors of #bbfbaf

#bbfbaf

Complementary Color

#bbfbaf #efaffb

#bbfbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbaf Color CSS Codes

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

#bbfbaf Text Font Color

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

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


#bbfbaf Background Color

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

This div background color is #bbfbaf


#bbfbaf Border Color

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

This div border color is #bbfbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbaf


Comments

No comments written yet.

Please login to write comment.