Color Hex Logo

#bfabb0 Color Hex

#BFABB0
(191,171,176)
0 Favorites   0 Comments

Color spaces of #bfabb0

RGB 191171176
HSL0.960.140.71
HSV345°10°75°
CMYK 0.000.100.08   0.25
XYZ43.885243.336847.1261
Yxy43.33680.32670.3226
Hunter Lab65.83073.79113.6377
CIE-Lab71.78308.07800.0645

#bfabb0 color RGB value is (191,171,176).

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

The process color (four color CMYK) of #bfabb0 color hex is 0.00, 0.10, 0.08, 0.25. Web safe color of #bfabb0 is #cc9999. Color #bfabb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 10110000
Octal 277 253 260
Decimal 191 171 176
Hex BF AB B0

RGB Percentages of Color #bfabb0

%35.50
%31.78
%32.71

CMYK Percentages of Color #bfabb0

%0
%10
%8
%25

Triadic Colors of #bfabb0

#bfabb0 #b0bfab #abb0bf

Analogous Colors of #bfabb0

#bfabb0 #bfb0ab #bfabba

Monochromatic Colors of #bfabb0

#bfabb0

Complementary Color

#bfabb0 #abbfba

#bfabb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabb0 Color CSS Codes

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

#bfabb0 Text Font Color

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

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


#bfabb0 Background Color

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

This div background color is #bfabb0


#bfabb0 Border Color

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

This div border color is #bfabb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabb0


Comments

No comments written yet.

Please login to write comment.