Color Hex Logo

#b9aaeb Color Hex

#B9AAEB
(185,170,235)
0 Favorites   0 Comments

Color spaces of #b9aaeb

RGB 185170235
HSL0.710.620.79
HSV254°28°92°
CMYK 0.210.280.00   0.08
XYZ49.377745.061984.6926
Yxy45.06190.27560.2516
Hunter Lab67.128213.8256-27.8138
CIE-Lab72.932618.6155-30.6004

#b9aaeb color RGB value is (185,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101010 11101011
Octal 271 252 353
Decimal 185 170 235
Hex B9 AA EB

RGB Percentages of Color #b9aaeb

%31.36
%28.81
%39.83

CMYK Percentages of Color #b9aaeb

%21
%28
%0
%8

Triadic Colors of #b9aaeb

#b9aaeb #ebb9aa #aaebb9

Analogous Colors of #b9aaeb

#b9aaeb #daaaeb #aabceb

Monochromatic Colors of #b9aaeb

#b9aaeb

Complementary Color

#b9aaeb #dcebaa

#b9aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aaeb Color CSS Codes

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

#b9aaeb Text Font Color

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

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


#b9aaeb Background Color

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

This div background color is #b9aaeb


#b9aaeb Border Color

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

This div border color is #b9aaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,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 #b9aaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aaeb


Comments

No comments written yet.

Please login to write comment.