Color Hex Logo

#bdacd2 Color Hex

#BDACD2
(189,172,210)
0 Favorites   0 Comments

Color spaces of #bdacd2

RGB 189172210
HSL0.740.300.75
HSV267°18°82°
CMYK 0.100.180.00   0.18
XYZ47.371644.977067.1574
Yxy44.97700.29700.2820
Hunter Lab67.06498.7207-12.4264
CIE-Lab72.876713.3376-17.0093

#bdacd2 color RGB value is (189,172,210).

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

The process color (four color CMYK) of #bdacd2 color hex is 0.10, 0.18, 0.00, 0.18. Web safe color of #bdacd2 is #cc99cc. Color #bdacd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11010010
Octal 275 254 322
Decimal 189 172 210
Hex BD AC D2

RGB Percentages of Color #bdacd2

%33.10
%30.12
%36.78

CMYK Percentages of Color #bdacd2

%10
%18
%0
%18

Triadic Colors of #bdacd2

#bdacd2 #d2bdac #acd2bd

Analogous Colors of #bdacd2

#bdacd2 #d0acd2 #acaed2

Monochromatic Colors of #bdacd2

#bdacd2

Complementary Color

#bdacd2 #c1d2ac

#bdacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacd2 Color CSS Codes

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

#bdacd2 Text Font Color

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

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


#bdacd2 Background Color

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

This div background color is #bdacd2


#bdacd2 Border Color

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

This div border color is #bdacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacd2


Comments

No comments written yet.

Please login to write comment.