Color Hex Logo

#bdacad Color Hex

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

Color spaces of #bdacad

RGB 189172173
HSL0.990.110.71
HSV356°74°
CMYK 0.000.090.08   0.26
XYZ43.281643.341045.6196
Yxy43.34100.32730.3277
Hunter Lab65.83392.14314.9987
CIE-Lab71.78586.28581.6990

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

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

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

Base Numbers

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

RGB Percentages of Color #bdacad

%35.39
%32.21
%32.40

CMYK Percentages of Color #bdacad

%0
%9
%8
%26

Triadic Colors of #bdacad

#bdacad #adbdac #acadbd

Analogous Colors of #bdacad

#bdacad #bdb4ac #bdacb6

Monochromatic Colors of #bdacad

#bdacad

Complementary Color

#bdacad #acbdbc

#bdacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacad Color CSS Codes

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

#bdacad Text Font Color

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

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


#bdacad Background Color

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

This div background color is #bdacad


#bdacad Border Color

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

This div border color is #bdacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacad


Comments

No comments written yet.

Please login to write comment.