Color Hex Logo

#bdb7af Color Hex

#BDB7AF
(189,183,175)
0 Favorites   0 Comments

Color spaces of #bdb7af

RGB 189183175
HSL0.100.100.71
HSV34°74°
CMYK 0.000.030.07   0.26
XYZ45.657647.780947.3737
Yxy47.78090.32420.3393
Hunter Lab69.1237-3.06377.7524
CIE-Lab74.68650.69684.8061

#bdb7af color RGB value is (189,183,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 10101111
Octal 275 267 257
Decimal 189 183 175
Hex BD B7 AF

RGB Percentages of Color #bdb7af

%34.55
%33.46
%31.99

CMYK Percentages of Color #bdb7af

%0
%3
%7
%26

Triadic Colors of #bdb7af

#bdb7af #afbdb7 #b7afbd

Analogous Colors of #bdb7af

#bdb7af #bcbdaf #bdb0af

Monochromatic Colors of #bdb7af

#bdb7af

Complementary Color

#bdb7af #afb5bd

#bdb7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7af Color CSS Codes

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

#bdb7af Text Font Color

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

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


#bdb7af Background Color

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

This div background color is #bdb7af


#bdb7af Border Color

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

This div border color is #bdb7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7af


Comments

No comments written yet.

Please login to write comment.