Color Hex Logo

#babadd Color Hex

#BABADD
(186,186,221)
0 Favorites   0 Comments

Color spaces of #babadd

RGB 186186221
HSL0.670.340.80
HSV240°16°87°
CMYK 0.160.160.00   0.13
XYZ50.859850.777475.5270
Yxy50.77740.28710.2866
Hunter Lab71.25832.7004-12.9610
CIE-Lab76.54407.0313-17.4839

#babadd color RGB value is (186,186,221).

#babadd hex color red value is 186, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #babadd hue: 0.67 , saturation: 0.34 and the lightness value of babadd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11011101
Octal 272 272 335
Decimal 186 186 221
Hex BA BA DD

RGB Percentages of Color #babadd

%31.37
%31.37
%37.27

CMYK Percentages of Color #babadd

%16
%16
%0
%13

Triadic Colors of #babadd

#babadd #ddbaba #baddba

Analogous Colors of #babadd

#babadd #ccbadd #baccdd

Monochromatic Colors of #babadd

#babadd

Complementary Color

#babadd #ddddba

#babadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#babadd Color CSS Codes

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

#babadd Text Font Color

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

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


#babadd Background Color

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

This div background color is #babadd


#babadd Border Color

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

This div border color is #babadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babadd

#babadd Color Palettes


Comments

No comments written yet.

Please login to write comment.