Color Hex Logo

#b6abce Color Hex

#B6ABCE
(182,171,206)
0 Favorites   0 Comments

Color spaces of #b6abce

RGB 182171206
HSL0.720.260.74
HSV259°17°81°
CMYK 0.120.170.00   0.19
XYZ44.994943.527164.4226
Yxy43.52710.29420.2846
Hunter Lab65.97516.2804-11.7123
CIE-Lab71.911310.7553-16.3309

#b6abce color RGB value is (182,171,206).

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

The process color (four color CMYK) of #b6abce color hex is 0.12, 0.17, 0.00, 0.19. Web safe color of #b6abce is #cc99cc. Color #b6abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 11001110
Octal 266 253 316
Decimal 182 171 206
Hex B6 AB CE

RGB Percentages of Color #b6abce

%32.56
%30.59
%36.85

CMYK Percentages of Color #b6abce

%12
%17
%0
%19

Triadic Colors of #b6abce

#b6abce #ceb6ab #abceb6

Analogous Colors of #b6abce

#b6abce #c8abce #abb2ce

Monochromatic Colors of #b6abce

#b6abce

Complementary Color

#b6abce #c3ceab

#b6abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6abce Color CSS Codes

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

#b6abce Text Font Color

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

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


#b6abce Background Color

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

This div background color is #b6abce


#b6abce Border Color

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

This div border color is #b6abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6abce


Comments

No comments written yet.

Please login to write comment.