Color Hex Logo

#bdbbab Color Hex

#BDBBAB
(189,187,171)
0 Favorites   0 Comments

Color spaces of #bdbbab

RGB 189187171
HSL0.150.120.71
HSV53°10°74°
CMYK 0.000.010.10   0.26
XYZ46.107349.299745.6138
Yxy49.29970.32700.3496
Hunter Lab70.2137-5.658410.6323
CIE-Lab75.6374-2.12048.3460

#bdbbab color RGB value is (189,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 10101011
Octal 275 273 253
Decimal 189 187 171
Hex BD BB AB

RGB Percentages of Color #bdbbab

%34.55
%34.19
%31.26

CMYK Percentages of Color #bdbbab

%0
%1
%10
%26

Triadic Colors of #bdbbab

#bdbbab #abbdbb #bbabbd

Analogous Colors of #bdbbab

#bdbbab #b6bdab #bdb2ab

Monochromatic Colors of #bdbbab

#bdbbab

Complementary Color

#bdbbab #abadbd

#bdbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbab Color CSS Codes

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

#bdbbab Text Font Color

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

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


#bdbbab Background Color

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

This div background color is #bdbbab


#bdbbab Border Color

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

This div border color is #bdbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbab


Comments

No comments written yet.

Please login to write comment.