Color Hex Logo

#b5aacf Color Hex

#B5AACF
(181,170,207)
0 Favorites   0 Comments

Color spaces of #b5aacf

RGB 181170207
HSL0.720.280.74
HSV258°18°81°
CMYK 0.130.180.00   0.19
XYZ44.693343.078264.9908
Yxy43.07820.29260.2820
Hunter Lab65.63406.6897-12.7652
CIE-Lab71.608011.1898-17.3460

#b5aacf color RGB value is (181,170,207).

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

The process color (four color CMYK) of #b5aacf color hex is 0.13, 0.18, 0.00, 0.19. Web safe color of #b5aacf is #cc99cc. Color #b5aacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 11001111
Octal 265 252 317
Decimal 181 170 207
Hex B5 AA CF

RGB Percentages of Color #b5aacf

%32.44
%30.47
%37.10

CMYK Percentages of Color #b5aacf

%13
%18
%0
%19

Triadic Colors of #b5aacf

#b5aacf #cfb5aa #aacfb5

Analogous Colors of #b5aacf

#b5aacf #c8aacf #aab2cf

Monochromatic Colors of #b5aacf

#b5aacf

Complementary Color

#b5aacf #c4cfaa

#b5aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aacf Color CSS Codes

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

#b5aacf Text Font Color

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

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


#b5aacf Background Color

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

This div background color is #b5aacf


#b5aacf Border Color

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

This div border color is #b5aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aacf


Comments

No comments written yet.

Please login to write comment.