Color Hex Logo

#bdaaad Color Hex

#BDAAAD
(189,170,173)
0 Favorites   0 Comments

Color spaces of #bdaaad

RGB 189170173
HSL0.970.130.70
HSV351°10°74°
CMYK 0.000.100.08   0.26
XYZ42.903842.585445.4937
Yxy42.58540.32760.3251
Hunter Lab65.25753.15494.3467
CIE-Lab71.27277.37510.9520

#bdaaad color RGB value is (189,170,173).

#bdaaad hex color red value is 189, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bdaaad hue: 0.97 , saturation: 0.13 and the lightness value of bdaaad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10101101
Octal 275 252 255
Decimal 189 170 173
Hex BD AA AD

RGB Percentages of Color #bdaaad

%35.53
%31.95
%32.52

CMYK Percentages of Color #bdaaad

%0
%10
%8
%26

Triadic Colors of #bdaaad

#bdaaad #adbdaa #aaadbd

Analogous Colors of #bdaaad

#bdaaad #bdb1aa #bdaab7

Monochromatic Colors of #bdaaad

#bdaaad

Complementary Color

#bdaaad #aabdba

#bdaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaad Color CSS Codes

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

#bdaaad Text Font Color

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

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


#bdaaad Background Color

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

This div background color is #bdaaad


#bdaaad Border Color

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

This div border color is #bdaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaad


Comments

No comments written yet.

Please login to write comment.