Color Hex Logo

#bfbdab Color Hex

#BFBDAB
(191,189,171)
0 Favorites   0 Comments

Color spaces of #bfbdab

RGB 191189171
HSL0.150.140.71
HSV54°10°75°
CMYK 0.000.010.10   0.25
XYZ47.034150.411845.7796
Yxy50.41180.32840.3520
Hunter Lab71.0013-6.006611.4724
CIE-Lab76.3213-2.45359.3441

#bfbdab color RGB value is (191,189,171).

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

The process color (four color CMYK) of #bfbdab color hex is 0.00, 0.01, 0.10, 0.25. Web safe color of #bfbdab is #cccc99. Color #bfbdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111101 10101011
Octal 277 275 253
Decimal 191 189 171
Hex BF BD AB

RGB Percentages of Color #bfbdab

%34.66
%34.30
%31.03

CMYK Percentages of Color #bfbdab

%0
%1
%10
%25

Triadic Colors of #bfbdab

#bfbdab #abbfbd #bdabbf

Analogous Colors of #bfbdab

#bfbdab #b7bfab #bfb3ab

Monochromatic Colors of #bfbdab

#bfbdab

Complementary Color

#bfbdab #abadbf

#bfbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbdab Color CSS Codes

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

#bfbdab Text Font Color

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

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


#bfbdab Background Color

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

This div background color is #bfbdab


#bfbdab Border Color

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

This div border color is #bfbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbdab

#bfbdab Color Palettes


Comments

No comments written yet.

Please login to write comment.