Color Hex Logo

#babadc Color Hex

#BABADC
(186,186,220)
0 Favorites   0 Comments

Color spaces of #babadc

RGB 186186220
HSL0.670.330.80
HSV240°15°86°
CMYK 0.150.150.00   0.14
XYZ50.726950.724274.8273
Yxy50.72420.28780.2878
Hunter Lab71.22092.4995-12.4376
CIE-Lab76.51166.8168-16.9912

#babadc color RGB value is (186,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11011100
Octal 272 272 334
Decimal 186 186 220
Hex BA BA DC

RGB Percentages of Color #babadc

%31.42
%31.42
%37.16

CMYK Percentages of Color #babadc

%15
%15
%0
%14

Triadic Colors of #babadc

#babadc #dcbaba #badcba

Analogous Colors of #babadc

#babadc #cbbadc #bacbdc

Monochromatic Colors of #babadc

#babadc

Complementary Color

#babadc #dcdcba

#babadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#babadc Color CSS Codes

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

#babadc Text Font Color

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

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


#babadc Background Color

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

This div background color is #babadc


#babadc Border Color

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

This div border color is #babadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babadc


Comments

No comments written yet.

Please login to write comment.