Color Hex Logo

#b5aace Color Hex

#B5AACE
(181,170,206)
0 Favorites   0 Comments

Color spaces of #b5aace

RGB 181170206
HSL0.720.270.74
HSV258°17°81°
CMYK 0.120.170.00   0.19
XYZ44.571443.029464.3489
Yxy43.02940.29330.2832
Hunter Lab65.59686.4919-12.2443
CIE-Lab71.574910.9786-16.8468

#b5aace color RGB value is (181,170,206).

#b5aace hex color red value is 181, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b5aace hue: 0.72 , saturation: 0.27 and the lightness value of b5aace is 0.74.

The process color (four color CMYK) of #b5aace color hex is 0.12, 0.17, 0.00, 0.19. Web safe color of #b5aace is #cc99cc. Color #b5aace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 11001110
Octal 265 252 316
Decimal 181 170 206
Hex B5 AA CE

RGB Percentages of Color #b5aace

%32.50
%30.52
%36.98

CMYK Percentages of Color #b5aace

%12
%17
%0
%19

Triadic Colors of #b5aace

#b5aace #ceb5aa #aaceb5

Analogous Colors of #b5aace

#b5aace #c7aace #aab1ce

Monochromatic Colors of #b5aace

#b5aace

Complementary Color

#b5aace #c3ceaa

#b5aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aace Color CSS Codes

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

#b5aace Text Font Color

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

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


#b5aace Background Color

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

This div background color is #b5aace


#b5aace Border Color

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

This div border color is #b5aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aace


Comments

No comments written yet.

Please login to write comment.