Color Hex Logo

#babadf Color Hex

#BABADF
(186,186,223)
0 Favorites   0 Comments

Color spaces of #babadf

RGB 186186223
HSL0.670.370.80
HSV240°17°87°
CMYK 0.170.170.00   0.13
XYZ51.127950.884676.9390
Yxy50.88460.28570.2843
Hunter Lab71.33343.1055-14.0157
CIE-Lab76.60917.4628-18.4681

#babadf color RGB value is (186,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11011111
Octal 272 272 337
Decimal 186 186 223
Hex BA BA DF

RGB Percentages of Color #babadf

%31.26
%31.26
%37.48

CMYK Percentages of Color #babadf

%17
%17
%0
%13

Triadic Colors of #babadf

#babadf #dfbaba #badfba

Analogous Colors of #babadf

#babadf #cdbadf #bacddf

Monochromatic Colors of #babadf

#babadf

Complementary Color

#babadf #dfdfba

#babadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babadf Color CSS Codes

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

#babadf Text Font Color

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

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


#babadf Background Color

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

This div background color is #babadf


#babadf Border Color

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

This div border color is #babadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babadf

#babadf Color Palettes


Comments

No comments written yet.

Please login to write comment.