Color Hex Logo

#bdacd5 Color Hex

#BDACD5
(189,172,213)
0 Favorites   0 Comments

Color spaces of #bdacd5

RGB 189172213
HSL0.740.330.75
HSV265°19°84°
CMYK 0.110.190.00   0.16
XYZ47.749045.128069.1447
Yxy45.12800.29470.2785
Hunter Lab67.17749.3156-14.0022
CIE-Lab72.976113.9593-18.5010

#bdacd5 color RGB value is (189,172,213).

#bdacd5 hex color red value is 189, green value is 172 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bdacd5 hue: 0.74 , saturation: 0.33 and the lightness value of bdacd5 is 0.75.

The process color (four color CMYK) of #bdacd5 color hex is 0.11, 0.19, 0.00, 0.16. Web safe color of #bdacd5 is #cc99cc. Color #bdacd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11010101
Octal 275 254 325
Decimal 189 172 213
Hex BD AC D5

RGB Percentages of Color #bdacd5

%32.93
%29.97
%37.11

CMYK Percentages of Color #bdacd5

%11
%19
%0
%16

Triadic Colors of #bdacd5

#bdacd5 #d5bdac #acd5bd

Analogous Colors of #bdacd5

#bdacd5 #d2acd5 #acb0d5

Monochromatic Colors of #bdacd5

#bdacd5

Complementary Color

#bdacd5 #c4d5ac

#bdacd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacd5 Color CSS Codes

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

#bdacd5 Text Font Color

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

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


#bdacd5 Background Color

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

This div background color is #bdacd5


#bdacd5 Border Color

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

This div border color is #bdacd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacd5


Comments

No comments written yet.

Please login to write comment.