Color Hex Logo

#bdadbf Color Hex

#BDADBF
(189,173,191)
0 Favorites   0 Comments

Color spaces of #bdadbf

RGB 189173191
HSL0.810.120.71
HSV293°75°
CMYK 0.010.090.00   0.25
XYZ45.333844.467555.4840
Yxy44.46750.31200.3061
Hunter Lab66.68404.6529-2.6531
CIE-Lab72.53999.0217-7.0920

#bdadbf color RGB value is (189,173,191).

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

The process color (four color CMYK) of #bdadbf color hex is 0.01, 0.09, 0.00, 0.25. Web safe color of #bdadbf is #cc99cc. Color #bdadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10111111
Octal 275 255 277
Decimal 189 173 191
Hex BD AD BF

RGB Percentages of Color #bdadbf

%34.18
%31.28
%34.54

CMYK Percentages of Color #bdadbf

%1
%9
%0
%25

Triadic Colors of #bdadbf

#bdadbf #bfbdad #adbfbd

Analogous Colors of #bdadbf

#bdadbf #bfadb8 #b4adbf

Monochromatic Colors of #bdadbf

#bdadbf

Complementary Color

#bdadbf #afbfad

#bdadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadbf Color CSS Codes

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

#bdadbf Text Font Color

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

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


#bdadbf Background Color

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

This div background color is #bdadbf


#bdadbf Border Color

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

This div border color is #bdadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadbf


Comments

No comments written yet.

Please login to write comment.