Color Hex Logo

#bdabad Color Hex

#BDABAD
(189,171,173)
0 Favorites   0 Comments

Color spaces of #bdabad

RGB 189171173
HSL0.980.120.71
HSV353°10°74°
CMYK 0.000.100.08   0.26
XYZ43.092042.961845.5564
Yxy42.96180.32740.3264
Hunter Lab65.54532.64874.6729
CIE-Lab71.52906.83011.3254

#bdabad color RGB value is (189,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10101101
Octal 275 253 255
Decimal 189 171 173
Hex BD AB AD

RGB Percentages of Color #bdabad

%35.46
%32.08
%32.46

CMYK Percentages of Color #bdabad

%0
%10
%8
%26

Triadic Colors of #bdabad

#bdabad #adbdab #abadbd

Analogous Colors of #bdabad

#bdabad #bdb2ab #bdabb6

Monochromatic Colors of #bdabad

#bdabad

Complementary Color

#bdabad #abbdbb

#bdabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabad Color CSS Codes

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

#bdabad Text Font Color

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

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


#bdabad Background Color

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

This div background color is #bdabad


#bdabad Border Color

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

This div border color is #bdabad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,171,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bdabad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabad


Comments

No comments written yet.

Please login to write comment.