Color Hex Logo

#b6abec Color Hex

#B6ABEC
(182,171,236)
0 Favorites   0 Comments

Color spaces of #b6abec

RGB 182171236
HSL0.690.630.80
HSV250°28°93°
CMYK 0.230.280.00   0.07
XYZ48.994645.127085.4850
Yxy45.12700.27280.2513
Hunter Lab67.176612.6281-28.4253
CIE-Lab72.975417.3888-31.0984

#b6abec color RGB value is (182,171,236).

#b6abec hex color red value is 182, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b6abec hue: 0.69 , saturation: 0.63 and the lightness value of b6abec is 0.80.

The process color (four color CMYK) of #b6abec color hex is 0.23, 0.28, 0.00, 0.07. Web safe color of #b6abec is #cc99ff. Color #b6abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 11101100
Octal 266 253 354
Decimal 182 171 236
Hex B6 AB EC

RGB Percentages of Color #b6abec

%30.90
%29.03
%40.07

CMYK Percentages of Color #b6abec

%23
%28
%0
%7

Triadic Colors of #b6abec

#b6abec #ecb6ab #abecb6

Analogous Colors of #b6abec

#b6abec #d7abec #abc1ec

Monochromatic Colors of #b6abec

#b6abec

Complementary Color

#b6abec #e1ecab

#b6abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6abec Color CSS Codes

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

#b6abec Text Font Color

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

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


#b6abec Background Color

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

This div background color is #b6abec


#b6abec Border Color

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

This div border color is #b6abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6abec


Comments

No comments written yet.

Please login to write comment.