Color Hex Logo

#b2abce Color Hex

#B2ABCE
(178,171,206)
0 Favorites   0 Comments

Color spaces of #b2abce

RGB 178171206
HSL0.700.260.74
HSV252°17°81°
CMYK 0.140.170.00   0.19
XYZ44.063643.047064.3790
Yxy43.04700.29090.2842
Hunter Lab65.61025.0621-12.2502
CIE-Lab71.58699.4463-16.8524

#b2abce color RGB value is (178,171,206).

#b2abce hex color red value is 178, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b2abce hue: 0.70 , saturation: 0.26 and the lightness value of b2abce is 0.74.

The process color (four color CMYK) of #b2abce color hex is 0.14, 0.17, 0.00, 0.19. Web safe color of #b2abce is #9999cc. Color #b2abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 11001110
Octal 262 253 316
Decimal 178 171 206
Hex B2 AB CE

RGB Percentages of Color #b2abce

%32.07
%30.81
%37.12

CMYK Percentages of Color #b2abce

%14
%17
%0
%19

Triadic Colors of #b2abce

#b2abce #ceb2ab #abceb2

Analogous Colors of #b2abce

#b2abce #c4abce #abb6ce

Monochromatic Colors of #b2abce

#b2abce

Complementary Color

#b2abce #c7ceab

#b2abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abce Color CSS Codes

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

#b2abce Text Font Color

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

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


#b2abce Background Color

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

This div background color is #b2abce


#b2abce Border Color

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

This div border color is #b2abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abce


Comments

No comments written yet.

Please login to write comment.