Color Hex Logo

#bff2ab Color Hex

#BFF2AB
(191,242,171)
0 Favorites   0 Comments

Color spaces of #bff2ab

RGB 191242171
HSL0.290.730.81
HSV103°29°95°
CMYK 0.210.000.29   0.05
XYZ60.588777.520950.2977
Yxy77.52090.32160.4115
Hunter Lab88.0460-31.245927.7618
CIE-Lab90.5608-28.997729.1197

#bff2ab color RGB value is (191,242,171).

#bff2ab hex color red value is 191, green value is 242 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bff2ab hue: 0.29 , saturation: 0.73 and the lightness value of bff2ab is 0.81.

The process color (four color CMYK) of #bff2ab color hex is 0.21, 0.00, 0.29, 0.05. Web safe color of #bff2ab is #ccff99. Color #bff2ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110010 10101011
Octal 277 362 253
Decimal 191 242 171
Hex BF F2 AB

RGB Percentages of Color #bff2ab

%31.62
%40.07
%28.31

CMYK Percentages of Color #bff2ab

%21
%0
%29
%5

Triadic Colors of #bff2ab

#bff2ab #abbff2 #f2abbf

Analogous Colors of #bff2ab

#bff2ab #abf2bb #e3f2ab

Monochromatic Colors of #bff2ab

#bff2ab

Complementary Color

#bff2ab #deabf2

#bff2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff2ab Color CSS Codes

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

#bff2ab Text Font Color

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

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


#bff2ab Background Color

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

This div background color is #bff2ab


#bff2ab Border Color

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

This div border color is #bff2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff2ab


Comments

No comments written yet.

Please login to write comment.