Color Hex Logo

#b2abc3 Color Hex

#B2ABC3
(178,171,195)
0 Favorites   0 Comments

Color spaces of #b2abc3

RGB 178171195
HSL0.720.170.72
HSV258°12°76°
CMYK 0.090.120.00   0.24
XYZ42.773342.530957.5847
Yxy42.53090.29930.2977
Hunter Lab65.21572.9460-6.7014
CIE-Lab71.23547.1464-11.3322

#b2abc3 color RGB value is (178,171,195).

#b2abc3 hex color red value is 178, green value is 171 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b2abc3 hue: 0.72 , saturation: 0.17 and the lightness value of b2abc3 is 0.72.

The process color (four color CMYK) of #b2abc3 color hex is 0.09, 0.12, 0.00, 0.24. Web safe color of #b2abc3 is #9999cc. Color #b2abc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 11000011
Octal 262 253 303
Decimal 178 171 195
Hex B2 AB C3

RGB Percentages of Color #b2abc3

%32.72
%31.43
%35.85

CMYK Percentages of Color #b2abc3

%9
%12
%0
%24

Triadic Colors of #b2abc3

#b2abc3 #c3b2ab #abc3b2

Analogous Colors of #b2abc3

#b2abc3 #beabc3 #abb0c3

Monochromatic Colors of #b2abc3

#b2abc3

Complementary Color

#b2abc3 #bcc3ab

#b2abc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abc3 Color CSS Codes

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

#b2abc3 Text Font Color

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

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


#b2abc3 Background Color

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

This div background color is #b2abc3


#b2abc3 Border Color

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

This div border color is #b2abc3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,171,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abc3


Comments

No comments written yet.

Please login to write comment.