Color Hex Logo

#babacc Color Hex

#BABACC
(186,186,204)
0 Favorites   0 Comments

Color spaces of #babacc

RGB 186186204
HSL0.670.150.76
HSV240°80°
CMYK 0.090.090.00   0.20
XYZ48.707749.916564.1944
Yxy49.91650.29920.3066
Hunter Lab70.6516-0.5812-4.4151
CIE-Lab76.01803.4903-9.0519

#babacc color RGB value is (186,186,204).

#babacc hex color red value is 186, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #babacc hue: 0.67 , saturation: 0.15 and the lightness value of babacc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11001100
Octal 272 272 314
Decimal 186 186 204
Hex BA BA CC

RGB Percentages of Color #babacc

%32.29
%32.29
%35.42

CMYK Percentages of Color #babacc

%9
%9
%0
%20

Triadic Colors of #babacc

#babacc #ccbaba #baccba

Analogous Colors of #babacc

#babacc #c3bacc #bac3cc

Monochromatic Colors of #babacc

#babacc

Complementary Color

#babacc #ccccba

#babacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#babacc Color CSS Codes

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

#babacc Text Font Color

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

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


#babacc Background Color

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

This div background color is #babacc


#babacc Border Color

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

This div border color is #babacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babacc


Comments

No comments written yet.

Please login to write comment.