Color Hex Logo

#bdbfad Color Hex

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

Color spaces of #bdbfad

RGB 189191173
HSL0.190.120.71
HSV67°75°
CMYK 0.010.000.09   0.25
XYZ47.159951.097646.9124
Yxy51.09760.32490.3520
Hunter Lab71.4826-7.331011.1271
CIE-Lab76.7381-3.89768.8368

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

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

The process color (four color CMYK) of #bdbfad color hex is 0.01, 0.00, 0.09, 0.25. Web safe color of #bdbfad is #cccc99. Color #bdbfad contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #bdbfad

%34.18
%34.54
%31.28

CMYK Percentages of Color #bdbfad

%1
%0
%9
%25

Triadic Colors of #bdbfad

#bdbfad #adbdbf #bfadbd

Analogous Colors of #bdbfad

#bdbfad #b4bfad #bfb8ad

Monochromatic Colors of #bdbfad

#bdbfad

Complementary Color

#bdbfad #afadbf

#bdbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfad Color CSS Codes

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

#bdbfad Text Font Color

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

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


#bdbfad Background Color

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

This div background color is #bdbfad


#bdbfad Border Color

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

This div border color is #bdbfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfad


Comments

No comments written yet.

Please login to write comment.