Color Hex Logo

#b1aacd Color Hex

#B1AACD
(177,170,205)
0 Favorites   0 Comments

Color spaces of #b1aacd

RGB 177170205
HSL0.700.260.74
HSV252°17°80°
CMYK 0.140.170.00   0.20
XYZ43.525642.504363.6677
Yxy42.50430.29080.2839
Hunter Lab65.19535.0781-12.2640
CIE-Lab71.21729.4581-16.8691

#b1aacd color RGB value is (177,170,205).

#b1aacd hex color red value is 177, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b1aacd hue: 0.70 , saturation: 0.26 and the lightness value of b1aacd is 0.74.

The process color (four color CMYK) of #b1aacd color hex is 0.14, 0.17, 0.00, 0.20. Web safe color of #b1aacd is #9999cc. Color #b1aacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101010 11001101
Octal 261 252 315
Decimal 177 170 205
Hex B1 AA CD

RGB Percentages of Color #b1aacd

%32.07
%30.80
%37.14

CMYK Percentages of Color #b1aacd

%14
%17
%0
%20

Triadic Colors of #b1aacd

#b1aacd #cdb1aa #aacdb1

Analogous Colors of #b1aacd

#b1aacd #c3aacd #aab5cd

Monochromatic Colors of #b1aacd

#b1aacd

Complementary Color

#b1aacd #c6cdaa

#b1aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aacd Color CSS Codes

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

#b1aacd Text Font Color

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

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


#b1aacd Background Color

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

This div background color is #b1aacd


#b1aacd Border Color

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

This div border color is #b1aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aacd


Comments

No comments written yet.

Please login to write comment.