Color Hex Logo

#bdaae0 Color Hex

#BDAAE0
(189,170,224)
0 Favorites   0 Comments

Color spaces of #bdaae0

RGB 189170224
HSL0.730.470.77
HSV261°24°88°
CMYK 0.160.240.00   0.12
XYZ48.815544.950176.6244
Yxy44.95010.28650.2638
Hunter Lab67.044812.6378-20.8301
CIE-Lab72.859017.4014-24.6906

#bdaae0 color RGB value is (189,170,224).

#bdaae0 hex color red value is 189, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bdaae0 hue: 0.73 , saturation: 0.47 and the lightness value of bdaae0 is 0.77.

The process color (four color CMYK) of #bdaae0 color hex is 0.16, 0.24, 0.00, 0.12. Web safe color of #bdaae0 is #cc99cc. Color #bdaae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11100000
Octal 275 252 340
Decimal 189 170 224
Hex BD AA E0

RGB Percentages of Color #bdaae0

%32.42
%29.16
%38.42

CMYK Percentages of Color #bdaae0

%16
%24
%0
%12

Triadic Colors of #bdaae0

#bdaae0 #e0bdaa #aae0bd

Analogous Colors of #bdaae0

#bdaae0 #d8aae0 #aab2e0

Monochromatic Colors of #bdaae0

#bdaae0

Complementary Color

#bdaae0 #cde0aa

#bdaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaae0 Color CSS Codes

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

#bdaae0 Text Font Color

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

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


#bdaae0 Background Color

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

This div background color is #bdaae0


#bdaae0 Border Color

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

This div border color is #bdaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaae0


Comments

No comments written yet.

Please login to write comment.