Color Hex Logo

#bdbaaf Color Hex

#BDBAAF
(189,186,175)
0 Favorites   0 Comments

Color spaces of #bdbaaf

RGB 189186175
HSL0.130.100.71
HSV47°74°
CMYK 0.000.020.07   0.26
XYZ46.283049.031847.5821
Yxy49.03180.32390.3431
Hunter Lab70.0227-4.55648.7269
CIE-Lab75.4711-0.90525.9370

#bdbaaf color RGB value is (189,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10101111
Octal 275 272 257
Decimal 189 186 175
Hex BD BA AF

RGB Percentages of Color #bdbaaf

%34.36
%33.82
%31.82

CMYK Percentages of Color #bdbaaf

%0
%2
%7
%26

Triadic Colors of #bdbaaf

#bdbaaf #afbdba #baafbd

Analogous Colors of #bdbaaf

#bdbaaf #b9bdaf #bdb3af

Monochromatic Colors of #bdbaaf

#bdbaaf

Complementary Color

#bdbaaf #afb2bd

#bdbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbaaf Color CSS Codes

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

#bdbaaf Text Font Color

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

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


#bdbaaf Background Color

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

This div background color is #bdbaaf


#bdbaaf Border Color

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

This div border color is #bdbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbaaf


Comments

No comments written yet.

Please login to write comment.