Color Hex Logo

#bdaaea Color Hex

#BDAAEA
(189,170,234)
0 Favorites   0 Comments

Color spaces of #bdaaea

RGB 189170234
HSL0.720.600.79
HSV258°27°92°
CMYK 0.190.270.00   0.08
XYZ50.212345.508883.9795
Yxy45.50880.27940.2532
Hunter Lab67.460214.8066-26.5865
CIE-Lab73.225719.6044-29.5775

#bdaaea color RGB value is (189,170,234).

#bdaaea hex color red value is 189, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdaaea hue: 0.72 , saturation: 0.60 and the lightness value of bdaaea is 0.79.

The process color (four color CMYK) of #bdaaea color hex is 0.19, 0.27, 0.00, 0.08. Web safe color of #bdaaea is #cc99ff. Color #bdaaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11101010
Octal 275 252 352
Decimal 189 170 234
Hex BD AA EA

RGB Percentages of Color #bdaaea

%31.87
%28.67
%39.46

CMYK Percentages of Color #bdaaea

%19
%27
%0
%8

Triadic Colors of #bdaaea

#bdaaea #eabdaa #aaeabd

Analogous Colors of #bdaaea

#bdaaea #ddaaea #aab7ea

Monochromatic Colors of #bdaaea

#bdaaea

Complementary Color

#bdaaea #d7eaaa

#bdaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaea Color CSS Codes

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

#bdaaea Text Font Color

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

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


#bdaaea Background Color

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

This div background color is #bdaaea


#bdaaea Border Color

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

This div border color is #bdaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaea


Comments

No comments written yet.

Please login to write comment.