Color Hex Logo

#b2aaca Color Hex

#B2AACA
(178,170,202)
0 Favorites   0 Comments

Color spaces of #b2aaca

RGB 178170202
HSL0.710.230.73
HSV255°16°79°
CMYK 0.120.160.00   0.21
XYZ43.395542.478761.7891
Yxy42.47870.29390.2877
Hunter Lab65.17574.7920-10.5863
CIE-Lab71.19979.1492-15.2380

#b2aaca color RGB value is (178,170,202).

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

The process color (four color CMYK) of #b2aaca color hex is 0.12, 0.16, 0.00, 0.21. Web safe color of #b2aaca is #9999cc. Color #b2aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 11001010
Octal 262 252 312
Decimal 178 170 202
Hex B2 AA CA

RGB Percentages of Color #b2aaca

%32.36
%30.91
%36.73

CMYK Percentages of Color #b2aaca

%12
%16
%0
%21

Triadic Colors of #b2aaca

#b2aaca #cab2aa #aacab2

Analogous Colors of #b2aaca

#b2aaca #c2aaca #aab2ca

Monochromatic Colors of #b2aaca

#b2aaca

Complementary Color

#b2aaca #c2caaa

#b2aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aaca Color CSS Codes

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

#b2aaca Text Font Color

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

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


#b2aaca Background Color

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

This div background color is #b2aaca


#b2aaca Border Color

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

This div border color is #b2aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aaca


Comments

No comments written yet.

Please login to write comment.