Color Hex Logo

#bab9da Color Hex

#BAB9DA
(186,185,218)
0 Favorites   0 Comments

Color spaces of #bab9da

RGB 186185218
HSL0.670.310.79
HSV242°15°85°
CMYK 0.150.150.00   0.15
XYZ50.253650.199073.3704
Yxy50.19900.28910.2888
Hunter Lab70.85132.6174-11.8022
CIE-Lab76.19126.9325-16.3906

#bab9da color RGB value is (186,185,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 11011010
Octal 272 271 332
Decimal 186 185 218
Hex BA B9 DA

RGB Percentages of Color #bab9da

%31.58
%31.41
%37.01

CMYK Percentages of Color #bab9da

%15
%15
%0
%15

Triadic Colors of #bab9da

#bab9da #dabab9 #b9daba

Analogous Colors of #bab9da

#bab9da #cbb9da #b9c9da

Monochromatic Colors of #bab9da

#bab9da

Complementary Color

#bab9da #d9dab9

#bab9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab9da Color CSS Codes

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

#bab9da Text Font Color

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

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


#bab9da Background Color

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

This div background color is #bab9da


#bab9da Border Color

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

This div border color is #bab9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab9da


Comments

No comments written yet.

Please login to write comment.