Color Hex Logo

#bdaddd Color Hex

#BDADDD
(189,173,221)
0 Favorites   0 Comments

Color spaces of #bdaddd

RGB 189173221
HSL0.720.410.77
HSV260°22°87°
CMYK 0.140.220.00   0.13
XYZ48.981045.926474.6897
Yxy45.92640.28880.2708
Hunter Lab67.769010.4176-17.9065
CIE-Lab73.497815.1003-22.0793

#bdaddd color RGB value is (189,173,221).

#bdaddd hex color red value is 189, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bdaddd hue: 0.72 , saturation: 0.41 and the lightness value of bdaddd is 0.77.

The process color (four color CMYK) of #bdaddd color hex is 0.14, 0.22, 0.00, 0.13. Web safe color of #bdaddd is #cc99cc. Color #bdaddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11011101
Octal 275 255 335
Decimal 189 173 221
Hex BD AD DD

RGB Percentages of Color #bdaddd

%32.42
%29.67
%37.91

CMYK Percentages of Color #bdaddd

%14
%22
%0
%13

Triadic Colors of #bdaddd

#bdaddd #ddbdad #adddbd

Analogous Colors of #bdaddd

#bdaddd #d5addd #adb5dd

Monochromatic Colors of #bdaddd

#bdaddd

Complementary Color

#bdaddd #cdddad

#bdaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaddd Color CSS Codes

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

#bdaddd Text Font Color

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

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


#bdaddd Background Color

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

This div background color is #bdaddd


#bdaddd Border Color

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

This div border color is #bdaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaddd


Comments

No comments written yet.

Please login to write comment.