Color Hex Logo

#bbfaaf Color Hex

#BBFAAF
(187,250,175)
0 Favorites   0 Comments

Color spaces of #bbfaaf

RGB 187250175
HSL0.310.880.83
HSV110°30°98°
CMYK 0.250.000.30   0.02
XYZ62.417082.031253.1013
Yxy82.03120.31600.4152
Hunter Lab90.5711-35.486228.6384
CIE-Lab92.5886-33.452729.7951

#bbfaaf color RGB value is (187,250,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 10101111
Octal 273 372 257
Decimal 187 250 175
Hex BB FA AF

RGB Percentages of Color #bbfaaf

%30.56
%40.85
%28.59

CMYK Percentages of Color #bbfaaf

%25
%0
%30
%2

Triadic Colors of #bbfaaf

#bbfaaf #afbbfa #faafbb

Analogous Colors of #bbfaaf

#bbfaaf #affac9 #e1faaf

Monochromatic Colors of #bbfaaf

#bbfaaf

Complementary Color

#bbfaaf #eeaffa

#bbfaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfaaf Color CSS Codes

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

#bbfaaf Text Font Color

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

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


#bbfaaf Background Color

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

This div background color is #bbfaaf


#bbfaaf Border Color

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

This div border color is #bbfaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfaaf


Comments

No comments written yet.

Please login to write comment.