Color Hex Logo

#bdaaeb Color Hex

#BDAAEB
(189,170,235)
0 Favorites   0 Comments

Color spaces of #bdaaeb

RGB 189170235
HSL0.720.620.79
HSV258°28°92°
CMYK 0.200.280.00   0.08
XYZ50.356445.566484.7384
Yxy45.56640.27870.2522
Hunter Lab67.502915.0289-27.1765
CIE-Lab73.263319.8285-30.0634

#bdaaeb color RGB value is (189,170,235).

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

The process color (four color CMYK) of #bdaaeb color hex is 0.20, 0.28, 0.00, 0.08. Web safe color of #bdaaeb is #cc99ff. Color #bdaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11101011
Octal 275 252 353
Decimal 189 170 235
Hex BD AA EB

RGB Percentages of Color #bdaaeb

%31.82
%28.62
%39.56

CMYK Percentages of Color #bdaaeb

%20
%28
%0
%8

Triadic Colors of #bdaaeb

#bdaaeb #ebbdaa #aaebbd

Analogous Colors of #bdaaeb

#bdaaeb #deaaeb #aab8eb

Monochromatic Colors of #bdaaeb

#bdaaeb

Complementary Color

#bdaaeb #d8ebaa

#bdaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaeb Color CSS Codes

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

#bdaaeb Text Font Color

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

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


#bdaaeb Background Color

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

This div background color is #bdaaeb


#bdaaeb Border Color

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

This div border color is #bdaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaeb


Comments

No comments written yet.

Please login to write comment.