Color Hex Logo

#b8acca Color Hex

#B8ACCA
(184,172,202)
0 Favorites   0 Comments

Color spaces of #b8acca

RGB 184172202
HSL0.730.220.73
HSV264°15°79°
CMYK 0.090.150.00   0.21
XYZ45.180443.959761.9809
Yxy43.95970.29900.2909
Hunter Lab66.30215.6070-9.0143
CIE-Lab72.201610.0388-13.6818

#b8acca color RGB value is (184,172,202).

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

The process color (four color CMYK) of #b8acca color hex is 0.09, 0.15, 0.00, 0.21. Web safe color of #b8acca is #cc99cc. Color #b8acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101100 11001010
Octal 270 254 312
Decimal 184 172 202
Hex B8 AC CA

RGB Percentages of Color #b8acca

%32.97
%30.82
%36.20

CMYK Percentages of Color #b8acca

%9
%15
%0
%21

Triadic Colors of #b8acca

#b8acca #cab8ac #accab8

Analogous Colors of #b8acca

#b8acca #c7acca #acafca

Monochromatic Colors of #b8acca

#b8acca

Complementary Color

#b8acca #becaac

#b8acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8acca Color CSS Codes

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

#b8acca Text Font Color

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

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


#b8acca Background Color

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

This div background color is #b8acca


#b8acca Border Color

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

This div border color is #b8acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8acca


Comments

No comments written yet.

Please login to write comment.