Color Hex Logo

#bfabb9 Color Hex

#BFABB9
(191,171,185)
0 Favorites   0 Comments

Color spaces of #bfabb9

RGB 191171185
HSL0.880.140.71
HSV318°10°75°
CMYK 0.000.100.03   0.25
XYZ44.805743.705051.9733
Yxy43.70500.31890.3111
Hunter Lab66.10985.2858-0.3350
CIE-Lab72.03099.6928-4.5266

#bfabb9 color RGB value is (191,171,185).

#bfabb9 hex color red value is 191, green value is 171 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bfabb9 hue: 0.88 , saturation: 0.14 and the lightness value of bfabb9 is 0.71.

The process color (four color CMYK) of #bfabb9 color hex is 0.00, 0.10, 0.03, 0.25. Web safe color of #bfabb9 is #cc99cc. Color #bfabb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 10111001
Octal 277 253 271
Decimal 191 171 185
Hex BF AB B9

RGB Percentages of Color #bfabb9

%34.92
%31.26
%33.82

CMYK Percentages of Color #bfabb9

%0
%10
%3
%25

Triadic Colors of #bfabb9

#bfabb9 #b9bfab #abb9bf

Analogous Colors of #bfabb9

#bfabb9 #bfabaf #bbabbf

Monochromatic Colors of #bfabb9

#bfabb9

Complementary Color

#bfabb9 #abbfb1

#bfabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabb9 Color CSS Codes

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

#bfabb9 Text Font Color

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

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


#bfabb9 Background Color

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

This div background color is #bfabb9


#bfabb9 Border Color

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

This div border color is #bfabb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabb9


Comments

No comments written yet.

Please login to write comment.