Color Hex Logo

#bffab9 Color Hex

#BFFAB9
(191,250,185)
0 Favorites   0 Comments

Color spaces of #bffab9

RGB 191250185
HSL0.320.870.85
HSV114°26°98°
CMYK 0.240.000.26   0.02
XYZ64.428482.950458.5142
Yxy82.95040.31290.4029
Hunter Lab91.0771-33.113225.6620
CIE-Lab92.9927-30.575325.3148

#bffab9 color RGB value is (191,250,185).

#bffab9 hex color red value is 191, green value is 250 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bffab9 hue: 0.32 , saturation: 0.87 and the lightness value of bffab9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 10111001
Octal 277 372 271
Decimal 191 250 185
Hex BF FA B9

RGB Percentages of Color #bffab9

%30.51
%39.94
%29.55

CMYK Percentages of Color #bffab9

%24
%0
%26
%2

Triadic Colors of #bffab9

#bffab9 #b9bffa #fab9bf

Analogous Colors of #bffab9

#bffab9 #b9fad4 #e0fab9

Monochromatic Colors of #bffab9

#bffab9

Complementary Color

#bffab9 #f4b9fa

#bffab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffab9 Color CSS Codes

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

#bffab9 Text Font Color

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

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


#bffab9 Background Color

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

This div background color is #bffab9


#bffab9 Border Color

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

This div border color is #bffab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffab9


Comments

No comments written yet.

Please login to write comment.