Color Hex Logo

#b6acce Color Hex

#B6ACCE
(182,172,206)
0 Favorites   0 Comments

Color spaces of #b6acce

RGB 182172206
HSL0.720.260.74
HSV258°17°81°
CMYK 0.120.170.00   0.19
XYZ45.184543.906464.4858
Yxy43.90640.29420.2859
Hunter Lab66.26195.7622-11.3174
CIE-Lab72.165910.2043-15.9468

#b6acce color RGB value is (182,172,206).

#b6acce hex color red value is 182, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b6acce hue: 0.72 , saturation: 0.26 and the lightness value of b6acce is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101100 11001110
Octal 266 254 316
Decimal 182 172 206
Hex B6 AC CE

RGB Percentages of Color #b6acce

%32.50
%30.71
%36.79

CMYK Percentages of Color #b6acce

%12
%17
%0
%19

Triadic Colors of #b6acce

#b6acce #ceb6ac #acceb6

Analogous Colors of #b6acce

#b6acce #c7acce #acb3ce

Monochromatic Colors of #b6acce

#b6acce

Complementary Color

#b6acce #c4ceac

#b6acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6acce Color CSS Codes

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

#b6acce Text Font Color

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

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


#b6acce Background Color

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

This div background color is #b6acce


#b6acce Border Color

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

This div border color is #b6acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6acce


Comments

No comments written yet.

Please login to write comment.