Color Hex Logo

#bff0ab Color Hex

#BFF0AB
(191,240,171)
0 Favorites   0 Comments

Color spaces of #bff0ab

RGB 191240171
HSL0.290.700.81
HSV103°29°94°
CMYK 0.200.000.29   0.06
XYZ59.996676.336850.1004
Yxy76.33680.32180.4095
Hunter Lab87.3709-30.325327.1615
CIE-Lab90.0155-28.053428.3819

#bff0ab color RGB value is (191,240,171).

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

The process color (four color CMYK) of #bff0ab color hex is 0.20, 0.00, 0.29, 0.06. Web safe color of #bff0ab is #ccff99. Color #bff0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 10101011
Octal 277 360 253
Decimal 191 240 171
Hex BF F0 AB

RGB Percentages of Color #bff0ab

%31.73
%39.87
%28.41

CMYK Percentages of Color #bff0ab

%20
%0
%29
%6

Triadic Colors of #bff0ab

#bff0ab #abbff0 #f0abbf

Analogous Colors of #bff0ab

#bff0ab #abf0ba #e2f0ab

Monochromatic Colors of #bff0ab

#bff0ab

Complementary Color

#bff0ab #dcabf0

#bff0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff0ab Color CSS Codes

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

#bff0ab Text Font Color

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

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


#bff0ab Background Color

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

This div background color is #bff0ab


#bff0ab Border Color

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

This div border color is #bff0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff0ab


Comments

No comments written yet.

Please login to write comment.