Color Hex Logo

#bdbfab Color Hex

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

Color spaces of #bdbfab

RGB 189191171
HSL0.180.140.71
HSV66°10°75°
CMYK 0.010.000.10   0.25
XYZ46.967851.020745.9006
Yxy51.02070.32640.3546
Hunter Lab71.4288-7.628211.9000
CIE-Lab76.6915-4.23519.8505

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

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

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

Base Numbers

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

RGB Percentages of Color #bdbfab

%34.30
%34.66
%31.03

CMYK Percentages of Color #bdbfab

%1
%0
%10
%25

Triadic Colors of #bdbfab

#bdbfab #abbdbf #bfabbd

Analogous Colors of #bdbfab

#bdbfab #b3bfab #bfb7ab

Monochromatic Colors of #bdbfab

#bdbfab

Complementary Color

#bdbfab #adabbf

#bdbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfab Color CSS Codes

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

#bdbfab Text Font Color

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

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


#bdbfab Background Color

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

This div background color is #bdbfab


#bdbfab Border Color

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

This div border color is #bdbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfab


Comments

No comments written yet.

Please login to write comment.