Color Hex Logo

#b4aacb Color Hex

#B4AACB
(180,170,203)
0 Favorites   0 Comments

Color spaces of #b4aacb

RGB 180170203
HSL0.720.240.73
HSV258°16°80°
CMYK 0.110.160.00   0.20
XYZ43.976642.764562.4365
Yxy42.76450.29480.2867
Hunter Lab65.39465.5973-10.8319
CIE-Lab71.394810.0191-15.4778

#b4aacb color RGB value is (180,170,203).

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

The process color (four color CMYK) of #b4aacb color hex is 0.11, 0.16, 0.00, 0.20. Web safe color of #b4aacb is #cc99cc. Color #b4aacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101010 11001011
Octal 264 252 313
Decimal 180 170 203
Hex B4 AA CB

RGB Percentages of Color #b4aacb

%32.55
%30.74
%36.71

CMYK Percentages of Color #b4aacb

%11
%16
%0
%20

Triadic Colors of #b4aacb

#b4aacb #cbb4aa #aacbb4

Analogous Colors of #b4aacb

#b4aacb #c5aacb #aab1cb

Monochromatic Colors of #b4aacb

#b4aacb

Complementary Color

#b4aacb #c1cbaa

#b4aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aacb Color CSS Codes

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

#b4aacb Text Font Color

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

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


#b4aacb Background Color

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

This div background color is #b4aacb


#b4aacb Border Color

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

This div border color is #b4aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aacb


Comments

No comments written yet.

Please login to write comment.