Color Hex Logo

#bdadac Color Hex

#BDADAC
(189,173,172)
0 Favorites   0 Comments

Color spaces of #bdadac

RGB 189173172
HSL0.010.110.71
HSV74°
CMYK 0.000.080.09   0.26
XYZ43.376243.684545.1755
Yxy43.68450.32800.3304
Hunter Lab66.09431.48075.7412
CIE-Lab72.01715.56892.5850

#bdadac color RGB value is (189,173,172).

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

The process color (four color CMYK) of #bdadac color hex is 0.00, 0.08, 0.09, 0.26. Web safe color of #bdadac is #cc9999. Color #bdadac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10101100
Octal 275 255 254
Decimal 189 173 172
Hex BD AD AC

RGB Percentages of Color #bdadac

%35.39
%32.40
%32.21

CMYK Percentages of Color #bdadac

%0
%8
%9
%26

Triadic Colors of #bdadac

#bdadac #acbdad #adacbd

Analogous Colors of #bdadac

#bdadac #bdb6ac #bdacb4

Monochromatic Colors of #bdadac

#bdadac

Complementary Color

#bdadac #acbcbd

#bdadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadac Color CSS Codes

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

#bdadac Text Font Color

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

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


#bdadac Background Color

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

This div background color is #bdadac


#bdadac Border Color

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

This div border color is #bdadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadac


Comments

No comments written yet.

Please login to write comment.