Color Hex Logo

#b8accc Color Hex

#B8ACCC
(184,172,204)
0 Favorites   0 Comments

Color spaces of #b8accc

RGB 184172204
HSL0.730.240.74
HSV263°16°80°
CMYK 0.100.160.00   0.20
XYZ45.418844.055063.2364
Yxy44.05500.29740.2885
Hunter Lab66.37395.9908-10.0256
CIE-Lab72.265210.4494-14.6837

#b8accc color RGB value is (184,172,204).

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

The process color (four color CMYK) of #b8accc color hex is 0.10, 0.16, 0.00, 0.20. Web safe color of #b8accc is #cc99cc. Color #b8accc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101100 11001100
Octal 270 254 314
Decimal 184 172 204
Hex B8 AC CC

RGB Percentages of Color #b8accc

%32.86
%30.71
%36.43

CMYK Percentages of Color #b8accc

%10
%16
%0
%20

Triadic Colors of #b8accc

#b8accc #ccb8ac #acccb8

Analogous Colors of #b8accc

#b8accc #c8accc #acb0cc

Monochromatic Colors of #b8accc

#b8accc

Complementary Color

#b8accc #c0ccac

#b8accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8accc Color CSS Codes

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

#b8accc Text Font Color

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

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


#b8accc Background Color

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

This div background color is #b8accc


#b8accc Border Color

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

This div border color is #b8accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8accc


Comments

No comments written yet.

Please login to write comment.