Color Hex Logo

#b5aabc Color Hex

#B5AABC
(181,170,188)
0 Favorites   0 Comments

Color spaces of #b5aabc

RGB 181170188
HSL0.770.120.70
HSV277°10°74°
CMYK 0.040.100.00   0.26
XYZ42.507942.204053.4827
Yxy42.20400.30760.3054
Hunter Lab64.96463.1088-3.3358
CIE-Lab71.01137.3181-7.7831

#b5aabc color RGB value is (181,170,188).

#b5aabc hex color red value is 181, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b5aabc hue: 0.77 , saturation: 0.12 and the lightness value of b5aabc is 0.70.

The process color (four color CMYK) of #b5aabc color hex is 0.04, 0.10, 0.00, 0.26. Web safe color of #b5aabc is #cc99cc. Color #b5aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 10111100
Octal 265 252 274
Decimal 181 170 188
Hex B5 AA BC

RGB Percentages of Color #b5aabc

%33.58
%31.54
%34.88

CMYK Percentages of Color #b5aabc

%4
%10
%0
%26

Triadic Colors of #b5aabc

#b5aabc #bcb5aa #aabcb5

Analogous Colors of #b5aabc

#b5aabc #bcaaba #acaabc

Monochromatic Colors of #b5aabc

#b5aabc

Complementary Color

#b5aabc #b1bcaa

#b5aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aabc Color CSS Codes

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

#b5aabc Text Font Color

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

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


#b5aabc Background Color

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

This div background color is #b5aabc


#b5aabc Border Color

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

This div border color is #b5aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aabc


Comments

No comments written yet.

Please login to write comment.