Color Hex Logo

#bdbdaf Color Hex

#BDBDAF
(189,189,175)
0 Favorites   0 Comments

Color spaces of #bdbdaf

RGB 189189175
HSL0.170.100.71
HSV60°74°
CMYK 0.000.000.07   0.26
XYZ46.921750.309247.7950
Yxy50.30920.32350.3469
Hunter Lab70.9290-6.04259.6981
CIE-Lab76.2587-2.49867.0688

#bdbdaf color RGB value is (189,189,175).

#bdbdaf hex color red value is 189, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdbdaf hue: 0.17 , saturation: 0.10 and the lightness value of bdbdaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 10101111
Octal 275 275 257
Decimal 189 189 175
Hex BD BD AF

RGB Percentages of Color #bdbdaf

%34.18
%34.18
%31.65

CMYK Percentages of Color #bdbdaf

%0
%0
%7
%26

Triadic Colors of #bdbdaf

#bdbdaf #afbdbd #bdafbd

Analogous Colors of #bdbdaf

#bdbdaf #b6bdaf #bdb6af

Monochromatic Colors of #bdbdaf

#bdbdaf

Complementary Color

#bdbdaf #afafbd

#bdbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdaf Color CSS Codes

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

#bdbdaf Text Font Color

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

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


#bdbdaf Background Color

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

This div background color is #bdbdaf


#bdbdaf Border Color

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

This div border color is #bdbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdaf


Comments

No comments written yet.

Please login to write comment.