Color Hex Logo

#b5acce Color Hex

#B5ACCE
(181,172,206)
0 Favorites   0 Comments

Color spaces of #b5acce

RGB 181172206
HSL0.710.260.74
HSV256°17°81°
CMYK 0.120.170.00   0.19
XYZ44.949243.785064.4748
Yxy43.78500.29340.2858
Hunter Lab66.17025.4565-11.4517
CIE-Lab72.08469.8764-16.0775

#b5acce color RGB value is (181,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101100 11001110
Octal 265 254 316
Decimal 181 172 206
Hex B5 AC CE

RGB Percentages of Color #b5acce

%32.38
%30.77
%36.85

CMYK Percentages of Color #b5acce

%12
%17
%0
%19

Triadic Colors of #b5acce

#b5acce #ceb5ac #acceb5

Analogous Colors of #b5acce

#b5acce #c6acce #acb4ce

Monochromatic Colors of #b5acce

#b5acce

Complementary Color

#b5acce #c5ceac

#b5acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5acce Color CSS Codes

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

#b5acce Text Font Color

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

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


#b5acce Background Color

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

This div background color is #b5acce


#b5acce Border Color

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

This div border color is #b5acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5acce


Comments

No comments written yet.

Please login to write comment.