Color Hex Logo

#b5aabe Color Hex

#B5AABE
(181,170,190)
0 Favorites   0 Comments

Color spaces of #b5aabe

RGB 181170190
HSL0.760.130.71
HSV273°11°75°
CMYK 0.050.110.00   0.25
XYZ42.725042.290954.6263
Yxy42.29090.30600.3029
Hunter Lab65.03153.4676-4.2815
CIE-Lab71.07107.7107-8.7971

#b5aabe color RGB value is (181,170,190).

#b5aabe hex color red value is 181, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b5aabe hue: 0.76 , saturation: 0.13 and the lightness value of b5aabe is 0.71.

The process color (four color CMYK) of #b5aabe color hex is 0.05, 0.11, 0.00, 0.25. Web safe color of #b5aabe is #cc99cc. Color #b5aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 10111110
Octal 265 252 276
Decimal 181 170 190
Hex B5 AA BE

RGB Percentages of Color #b5aabe

%33.46
%31.42
%35.12

CMYK Percentages of Color #b5aabe

%5
%11
%0
%25

Triadic Colors of #b5aabe

#b5aabe #beb5aa #aabeb5

Analogous Colors of #b5aabe

#b5aabe #beaabd #abaabe

Monochromatic Colors of #b5aabe

#b5aabe

Complementary Color

#b5aabe #b3beaa

#b5aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aabe Color CSS Codes

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

#b5aabe Text Font Color

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

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


#b5aabe Background Color

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

This div background color is #b5aabe


#b5aabe Border Color

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

This div border color is #b5aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aabe


Comments

No comments written yet.

Please login to write comment.