Color Hex Logo

#bab5d9 Color Hex

#BAB5D9
(186,181,217)
0 Favorites   0 Comments

Color spaces of #bab5d9

RGB 186181217
HSL0.690.320.78
HSV248°17°85°
CMYK 0.140.170.00   0.15
XYZ49.298048.496672.4081
Yxy48.49660.28960.2849
Hunter Lab69.63954.4915-12.8995
CIE-Lab75.13718.8972-17.4382

#bab5d9 color RGB value is (186,181,217).

#bab5d9 hex color red value is 186, green value is 181 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bab5d9 hue: 0.69 , saturation: 0.32 and the lightness value of bab5d9 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 11011001
Octal 272 265 331
Decimal 186 181 217
Hex BA B5 D9

RGB Percentages of Color #bab5d9

%31.85
%30.99
%37.16

CMYK Percentages of Color #bab5d9

%14
%17
%0
%15

Triadic Colors of #bab5d9

#bab5d9 #d9bab5 #b5d9ba

Analogous Colors of #bab5d9

#bab5d9 #ccb5d9 #b5c2d9

Monochromatic Colors of #bab5d9

#bab5d9

Complementary Color

#bab5d9 #d4d9b5

#bab5d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab5d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab5d9 Color CSS Codes

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

#bab5d9 Text Font Color

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

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


#bab5d9 Background Color

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

This div background color is #bab5d9


#bab5d9 Border Color

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

This div border color is #bab5d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab5d9


Comments

No comments written yet.

Please login to write comment.