Color Hex Logo

#b3accc Color Hex

#B3ACCC
(179,172,204)
0 Favorites   0 Comments

Color spaces of #b3accc

RGB 179172204
HSL0.700.240.74
HSV253°16°80°
CMYK 0.120.160.00   0.20
XYZ44.242043.448463.1813
Yxy43.44840.29320.2880
Hunter Lab65.91544.4561-10.6899
CIE-Lab71.85838.7980-15.3369

#b3accc color RGB value is (179,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101100 11001100
Octal 263 254 314
Decimal 179 172 204
Hex B3 AC CC

RGB Percentages of Color #b3accc

%32.25
%30.99
%36.76

CMYK Percentages of Color #b3accc

%12
%16
%0
%20

Triadic Colors of #b3accc

#b3accc #ccb3ac #acccb3

Analogous Colors of #b3accc

#b3accc #c3accc #acb5cc

Monochromatic Colors of #b3accc

#b3accc

Complementary Color

#b3accc #c5ccac

#b3accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3accc Color CSS Codes

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

#b3accc Text Font Color

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

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


#b3accc Background Color

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

This div background color is #b3accc


#b3accc Border Color

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

This div border color is #b3accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3accc


Comments

No comments written yet.

Please login to write comment.