Color Hex Logo

#b6aaeb Color Hex

#B6AAEB
(182,170,235)
0 Favorites   0 Comments

Color spaces of #b6aaeb

RGB 182170235
HSL0.700.620.79
HSV251°28°92°
CMYK 0.230.280.00   0.08
XYZ48.661544.692784.6591
Yxy44.69270.27340.2511
Hunter Lab66.852612.9367-28.2853
CIE-Lab72.689117.7124-30.9960

#b6aaeb color RGB value is (182,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101010 11101011
Octal 266 252 353
Decimal 182 170 235
Hex B6 AA EB

RGB Percentages of Color #b6aaeb

%31.01
%28.96
%40.03

CMYK Percentages of Color #b6aaeb

%23
%28
%0
%8

Triadic Colors of #b6aaeb

#b6aaeb #ebb6aa #aaebb6

Analogous Colors of #b6aaeb

#b6aaeb #d7aaeb #aabfeb

Monochromatic Colors of #b6aaeb

#b6aaeb

Complementary Color

#b6aaeb #dfebaa

#b6aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aaeb Color CSS Codes

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

#b6aaeb Text Font Color

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

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


#b6aaeb Background Color

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

This div background color is #b6aaeb


#b6aaeb Border Color

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

This div border color is #b6aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aaeb


Comments

No comments written yet.

Please login to write comment.