Color Hex Logo

#b0acca Color Hex

#B0ACCA
(176,172,202)
0 Favorites   0 Comments

Color spaces of #b0acca

RGB 176172202
HSL0.690.220.73
HSV248°15°79°
CMYK 0.130.150.00   0.21
XYZ43.317742.999461.8937
Yxy42.99940.29230.2901
Hunter Lab65.57393.1615-10.0607
CIE-Lab71.55467.3895-14.7195

#b0acca color RGB value is (176,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101100 11001010
Octal 260 254 312
Decimal 176 172 202
Hex B0 AC CA

RGB Percentages of Color #b0acca

%32.00
%31.27
%36.73

CMYK Percentages of Color #b0acca

%13
%15
%0
%21

Triadic Colors of #b0acca

#b0acca #cab0ac #accab0

Analogous Colors of #b0acca

#b0acca #bfacca #acb7ca

Monochromatic Colors of #b0acca

#b0acca

Complementary Color

#b0acca #c6caac

#b0acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0acca Color CSS Codes

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

#b0acca Text Font Color

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

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


#b0acca Background Color

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

This div background color is #b0acca


#b0acca Border Color

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

This div border color is #b0acca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,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 #b0acca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0acca


Comments

No comments written yet.

Please login to write comment.