Color Hex Logo

#b1acca Color Hex

#B1ACCA
(177,172,202)
0 Favorites   0 Comments

Color spaces of #b1acca

RGB 177172202
HSL0.690.220.73
HSV250°15°79°
CMYK 0.120.150.00   0.21
XYZ43.544743.116461.9044
Yxy43.11640.29310.2902
Hunter Lab65.66313.4625-9.9320
CIE-Lab71.63397.7185-14.5923

#b1acca color RGB value is (177,172,202).

#b1acca hex color red value is 177, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b1acca hue: 0.69 , saturation: 0.22 and the lightness value of b1acca is 0.73.

The process color (four color CMYK) of #b1acca color hex is 0.12, 0.15, 0.00, 0.21. Web safe color of #b1acca is #9999cc. Color #b1acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 11001010
Octal 261 254 312
Decimal 177 172 202
Hex B1 AC CA

RGB Percentages of Color #b1acca

%32.12
%31.22
%36.66

CMYK Percentages of Color #b1acca

%12
%15
%0
%21

Triadic Colors of #b1acca

#b1acca #cab1ac #accab1

Analogous Colors of #b1acca

#b1acca #c0acca #acb6ca

Monochromatic Colors of #b1acca

#b1acca

Complementary Color

#b1acca #c5caac

#b1acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1acca Color CSS Codes

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

#b1acca Text Font Color

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

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


#b1acca Background Color

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

This div background color is #b1acca


#b1acca Border Color

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

This div border color is #b1acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1acca


Comments

No comments written yet.

Please login to write comment.