Color Hex Logo

#bab6fe Color Hex

#BAB6FE
(186,182,254)
0 Favorites   0 Comments

Color spaces of #bab6fe

RGB 186182254
HSL0.680.970.85
HSV243°28°100°
CMYK 0.270.280.00   0.00
XYZ54.867051.0508100.7279
Yxy51.05080.26550.2470
Hunter Lab71.449812.0346-33.5704
CIE-Lab76.709816.7092-35.0323

#bab6fe color RGB value is (186,182,254).

#bab6fe hex color red value is 186, green value is 182 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bab6fe hue: 0.68 , saturation: 0.97 and the lightness value of bab6fe is 0.85.

The process color (four color CMYK) of #bab6fe color hex is 0.27, 0.28, 0.00, 0.00. Web safe color of #bab6fe is #ccccff. Color #bab6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 11111110
Octal 272 266 376
Decimal 186 182 254
Hex BA B6 FE

RGB Percentages of Color #bab6fe

%29.90
%29.26
%40.84

CMYK Percentages of Color #bab6fe

%27
%28
%0
%0

Triadic Colors of #bab6fe

#bab6fe #febab6 #b6feba

Analogous Colors of #bab6fe

#bab6fe #deb6fe #b6d6fe

Monochromatic Colors of #bab6fe

#bab6fe

Complementary Color

#bab6fe #fafeb6

#bab6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab6fe Color CSS Codes

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

#bab6fe Text Font Color

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

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


#bab6fe Background Color

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

This div background color is #bab6fe


#bab6fe Border Color

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

This div border color is #bab6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.