Color Hex Logo

#bdbdab Color Hex

#BDBDAB
(189,189,171)
1 Favorites   0 Comments

Color spaces of #bdbdab

RGB 189189171
HSL0.170.120.71
HSV60°10°74°
CMYK 0.000.000.10   0.26
XYZ46.534550.154345.7562
Yxy50.15430.32670.3521
Hunter Lab70.8197-6.645011.2669
CIE-Lab76.1639-3.18009.0981

#bdbdab color RGB value is (189,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 10101011
Octal 275 275 253
Decimal 189 189 171
Hex BD BD AB

RGB Percentages of Color #bdbdab

%34.43
%34.43
%31.15

CMYK Percentages of Color #bdbdab

%0
%0
%10
%26

Triadic Colors of #bdbdab

#bdbdab #abbdbd #bdabbd

Analogous Colors of #bdbdab

#bdbdab #b4bdab #bdb4ab

Monochromatic Colors of #bdbdab

#bdbdab

Complementary Color

#bdbdab #ababbd

#bdbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdab Color CSS Codes

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

#bdbdab Text Font Color

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

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


#bdbdab Background Color

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

This div background color is #bdbdab


#bdbdab Border Color

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

This div border color is #bdbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdab


Comments

No comments written yet.

Please login to write comment.