Color Hex Logo

#bdb3ab Color Hex

#BDB3AB
(189,179,171)
0 Favorites   0 Comments

Color spaces of #bdb3ab

RGB 189179171
HSL0.070.120.71
HSV27°10°74°
CMYK 0.000.050.10   0.26
XYZ44.457145.999345.0637
Yxy45.99930.32800.3394
Hunter Lab67.8228-1.68518.0817
CIE-Lab73.54512.15425.3426

#bdb3ab color RGB value is (189,179,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 10101011
Octal 275 263 253
Decimal 189 179 171
Hex BD B3 AB

RGB Percentages of Color #bdb3ab

%35.06
%33.21
%31.73

CMYK Percentages of Color #bdb3ab

%0
%5
%10
%26

Triadic Colors of #bdb3ab

#bdb3ab #abbdb3 #b3abbd

Analogous Colors of #bdb3ab

#bdb3ab #bdbcab #bdabac

Monochromatic Colors of #bdb3ab

#bdb3ab

Complementary Color

#bdb3ab #abb5bd

#bdb3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb3ab Color CSS Codes

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

#bdb3ab Text Font Color

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

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


#bdb3ab Background Color

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

This div background color is #bdb3ab


#bdb3ab Border Color

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

This div border color is #bdb3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb3ab


Comments

No comments written yet.

Please login to write comment.