Color Hex Logo

#bab5fe Color Hex

#BAB5FE
(186,181,254)
0 Favorites   0 Comments

Color spaces of #bab5fe

RGB 186181254
HSL0.680.970.85
HSV244°29°100°
CMYK 0.270.290.00   0.00
XYZ54.663050.6426100.6599
Yxy50.64260.26540.2459
Hunter Lab71.163612.5751-34.0503
CIE-Lab76.462017.2606-35.4156

#bab5fe color RGB value is (186,181,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 11111110
Octal 272 265 376
Decimal 186 181 254
Hex BA B5 FE

RGB Percentages of Color #bab5fe

%29.95
%29.15
%40.90

CMYK Percentages of Color #bab5fe

%27
%29
%0
%0

Triadic Colors of #bab5fe

#bab5fe #febab5 #b5feba

Analogous Colors of #bab5fe

#bab5fe #dfb5fe #b5d5fe

Monochromatic Colors of #bab5fe

#bab5fe

Complementary Color

#bab5fe #f9feb5

#bab5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab5fe Color CSS Codes

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

#bab5fe Text Font Color

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

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


#bab5fe Background Color

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

This div background color is #bab5fe


#bab5fe Border Color

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

This div border color is #bab5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab5fe


Comments

No comments written yet.

Please login to write comment.