Color Hex Logo

#bdaacd Color Hex

#BDAACD
(189,170,205)
0 Favorites   0 Comments

Color spaces of #bdaacd

RGB 189170205
HSL0.760.260.74
HSV273°17°80°
CMYK 0.080.170.00   0.20
XYZ46.380443.976063.8013
Yxy43.97600.30090.2853
Hunter Lab66.31448.7930-10.6230
CIE-Lab72.212513.4165-15.2701

#bdaacd color RGB value is (189,170,205).

#bdaacd hex color red value is 189, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdaacd hue: 0.76 , saturation: 0.26 and the lightness value of bdaacd is 0.74.

The process color (four color CMYK) of #bdaacd color hex is 0.08, 0.17, 0.00, 0.20. Web safe color of #bdaacd is #cc99cc. Color #bdaacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11001101
Octal 275 252 315
Decimal 189 170 205
Hex BD AA CD

RGB Percentages of Color #bdaacd

%33.51
%30.14
%36.35

CMYK Percentages of Color #bdaacd

%8
%17
%0
%20

Triadic Colors of #bdaacd

#bdaacd #cdbdaa #aacdbd

Analogous Colors of #bdaacd

#bdaacd #cdaacc #acaacd

Monochromatic Colors of #bdaacd

#bdaacd

Complementary Color

#bdaacd #bacdaa

#bdaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaacd Color CSS Codes

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

#bdaacd Text Font Color

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

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


#bdaacd Background Color

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

This div background color is #bdaacd


#bdaacd Border Color

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

This div border color is #bdaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaacd


Comments

No comments written yet.

Please login to write comment.