Color Hex Logo

#b2aacc Color Hex

#B2AACC
(178,170,204)
0 Favorites   0 Comments

Color spaces of #b2aacc

RGB 178170204
HSL0.710.250.73
HSV254°17°80°
CMYK 0.130.170.00   0.20
XYZ43.633942.574163.0446
Yxy42.57410.29230.2852
Hunter Lab65.24885.1830-11.6129
CIE-Lab71.26499.5718-16.2395

#b2aacc color RGB value is (178,170,204).

#b2aacc hex color red value is 178, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b2aacc hue: 0.71 , saturation: 0.25 and the lightness value of b2aacc is 0.73.

The process color (four color CMYK) of #b2aacc color hex is 0.13, 0.17, 0.00, 0.20. Web safe color of #b2aacc is #9999cc. Color #b2aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 11001100
Octal 262 252 314
Decimal 178 170 204
Hex B2 AA CC

RGB Percentages of Color #b2aacc

%32.25
%30.80
%36.96

CMYK Percentages of Color #b2aacc

%13
%17
%0
%20

Triadic Colors of #b2aacc

#b2aacc #ccb2aa #aaccb2

Analogous Colors of #b2aacc

#b2aacc #c3aacc #aab3cc

Monochromatic Colors of #b2aacc

#b2aacc

Complementary Color

#b2aacc #c4ccaa

#b2aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aacc Color CSS Codes

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

#b2aacc Text Font Color

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

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


#b2aacc Background Color

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

This div background color is #b2aacc


#b2aacc Border Color

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

This div border color is #b2aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aacc


Comments

No comments written yet.

Please login to write comment.