Color Hex Logo

#b4aacc Color Hex

#B4AACC
(180,170,204)
0 Favorites   0 Comments

Color spaces of #b4aacc

RGB 180170204
HSL0.720.250.73
HSV258°17°80°
CMYK 0.120.170.00   0.20
XYZ44.096242.812463.0662
Yxy42.81240.29400.2855
Hunter Lab65.43125.7924-11.3452
CIE-Lab71.427510.2288-15.9783

#b4aacc color RGB value is (180,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101010 11001100
Octal 264 252 314
Decimal 180 170 204
Hex B4 AA CC

RGB Percentages of Color #b4aacc

%32.49
%30.69
%36.82

CMYK Percentages of Color #b4aacc

%12
%17
%0
%20

Triadic Colors of #b4aacc

#b4aacc #ccb4aa #aaccb4

Analogous Colors of #b4aacc

#b4aacc #c5aacc #aab1cc

Monochromatic Colors of #b4aacc

#b4aacc

Complementary Color

#b4aacc #c2ccaa

#b4aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aacc Color CSS Codes

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

#b4aacc Text Font Color

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

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


#b4aacc Background Color

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

This div background color is #b4aacc


#b4aacc Border Color

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

This div border color is #b4aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aacc


Comments

No comments written yet.

Please login to write comment.