Color Hex Logo

#bdb2ab Color Hex

#BDB2AB
(189,178,171)
0 Favorites   0 Comments

Color spaces of #bdb2ab

RGB 189178171
HSL0.060.120.71
HSV23°10°74°
CMYK 0.000.060.10   0.26
XYZ44.257345.599944.9971
Yxy45.59990.32820.3381
Hunter Lab67.5277-1.18557.7615
CIE-Lab73.28522.69224.9679

#bdb2ab color RGB value is (189,178,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10101011
Octal 275 262 253
Decimal 189 178 171
Hex BD B2 AB

RGB Percentages of Color #bdb2ab

%35.13
%33.09
%31.78

CMYK Percentages of Color #bdb2ab

%0
%6
%10
%26

Triadic Colors of #bdb2ab

#bdb2ab #abbdb2 #b2abbd

Analogous Colors of #bdb2ab

#bdb2ab #bdbbab #bdabad

Monochromatic Colors of #bdb2ab

#bdb2ab

Complementary Color

#bdb2ab #abb6bd

#bdb2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb2ab Color CSS Codes

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

#bdb2ab Text Font Color

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

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


#bdb2ab Background Color

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

This div background color is #bdb2ab


#bdb2ab Border Color

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

This div border color is #bdb2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb2ab


Comments

No comments written yet.

Please login to write comment.