Color Hex Logo

#bffab3 Color Hex

#BFFAB3
(191,250,179)
0 Favorites   0 Comments

Color spaces of #bffab3

RGB 191250179
HSL0.310.880.84
HSV110°28°98°
CMYK 0.240.000.28   0.02
XYZ63.808182.702355.2479
Yxy82.70230.31630.4099
Hunter Lab90.9408-33.902927.6390
CIE-Lab92.8839-31.520628.2109

#bffab3 color RGB value is (191,250,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 10110011
Octal 277 372 263
Decimal 191 250 179
Hex BF FA B3

RGB Percentages of Color #bffab3

%30.81
%40.32
%28.87

CMYK Percentages of Color #bffab3

%24
%0
%28
%2

Triadic Colors of #bffab3

#bffab3 #b3bffa #fab3bf

Analogous Colors of #bffab3

#bffab3 #b3facb #e3fab3

Monochromatic Colors of #bffab3

#bffab3

Complementary Color

#bffab3 #eeb3fa

#bffab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffab3 Color CSS Codes

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

#bffab3 Text Font Color

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

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


#bffab3 Background Color

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

This div background color is #bffab3


#bffab3 Border Color

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

This div border color is #bffab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffab3


Comments

No comments written yet.

Please login to write comment.