Color Hex Logo

#b4aac5 Color Hex

#B4AAC5
(180,170,197)
0 Favorites   0 Comments

Color spaces of #b4aac5

RGB 180170197
HSL0.730.190.72
HSV262°14°77°
CMYK 0.090.140.00   0.23
XYZ43.275242.484058.7427
Yxy42.48400.29950.2940
Hunter Lab65.17984.4481-7.8088
CIE-Lab71.20338.7775-12.4645

#b4aac5 color RGB value is (180,170,197).

#b4aac5 hex color red value is 180, green value is 170 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b4aac5 hue: 0.73 , saturation: 0.19 and the lightness value of b4aac5 is 0.72.

The process color (four color CMYK) of #b4aac5 color hex is 0.09, 0.14, 0.00, 0.23. Web safe color of #b4aac5 is #cc99cc. Color #b4aac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101010 11000101
Octal 264 252 305
Decimal 180 170 197
Hex B4 AA C5

RGB Percentages of Color #b4aac5

%32.91
%31.08
%36.01

CMYK Percentages of Color #b4aac5

%9
%14
%0
%23

Triadic Colors of #b4aac5

#b4aac5 #c5b4aa #aac5b4

Analogous Colors of #b4aac5

#b4aac5 #c2aac5 #aaaec5

Monochromatic Colors of #b4aac5

#b4aac5

Complementary Color

#b4aac5 #bbc5aa

#b4aac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aac5 Color CSS Codes

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

#b4aac5 Text Font Color

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

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


#b4aac5 Background Color

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

This div background color is #b4aac5


#b4aac5 Border Color

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

This div border color is #b4aac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aac5


Comments

No comments written yet.

Please login to write comment.