Color Hex Logo

#bab9db Color Hex

#BAB9DB
(186,185,219)
0 Favorites   0 Comments

Color spaces of #bab9db

RGB 186185219
HSL0.670.320.79
HSV242°16°86°
CMYK 0.150.160.00   0.14
XYZ50.384850.251574.0618
Yxy50.25150.28840.2876
Hunter Lab70.88832.8167-12.3225
CIE-Lab76.22347.1456-16.8843

#bab9db color RGB value is (186,185,219).

#bab9db hex color red value is 186, green value is 185 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bab9db hue: 0.67 , saturation: 0.32 and the lightness value of bab9db is 0.79.

The process color (four color CMYK) of #bab9db color hex is 0.15, 0.16, 0.00, 0.14. Web safe color of #bab9db is #cccccc. Color #bab9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 11011011
Octal 272 271 333
Decimal 186 185 219
Hex BA B9 DB

RGB Percentages of Color #bab9db

%31.53
%31.36
%37.12

CMYK Percentages of Color #bab9db

%15
%16
%0
%14

Triadic Colors of #bab9db

#bab9db #dbbab9 #b9dbba

Analogous Colors of #bab9db

#bab9db #cbb9db #b9c9db

Monochromatic Colors of #bab9db

#bab9db

Complementary Color

#bab9db #dadbb9

#bab9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab9db Color CSS Codes

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

#bab9db Text Font Color

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

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


#bab9db Background Color

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

This div background color is #bab9db


#bab9db Border Color

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

This div border color is #bab9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab9db

#bab9db Color Palettes


Comments

No comments written yet.

Please login to write comment.