Color Hex Logo

#baaccb Color Hex

#BAACCB
(186,172,203)
0 Favorites   0 Comments

Color spaces of #baaccb

RGB 186172203
HSL0.740.230.74
HSV267°15°80°
CMYK 0.080.150.00   0.20
XYZ45.781744.255962.6292
Yxy44.25590.29990.2899
Hunter Lab66.52516.4224-9.2502
CIE-Lab72.399210.9104-13.9169

#baaccb color RGB value is (186,172,203).

#baaccb hex color red value is 186, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #baaccb hue: 0.74 , saturation: 0.23 and the lightness value of baaccb is 0.74.

The process color (four color CMYK) of #baaccb color hex is 0.08, 0.15, 0.00, 0.20. Web safe color of #baaccb is #cc99cc. Color #baaccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11001011
Octal 272 254 313
Decimal 186 172 203
Hex BA AC CB

RGB Percentages of Color #baaccb

%33.16
%30.66
%36.19

CMYK Percentages of Color #baaccb

%8
%15
%0
%20

Triadic Colors of #baaccb

#baaccb #cbbaac #accbba

Analogous Colors of #baaccb

#baaccb #caaccb #acaecb

Monochromatic Colors of #baaccb

#baaccb

Complementary Color

#baaccb #bdcbac

#baaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaccb Color CSS Codes

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

#baaccb Text Font Color

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

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


#baaccb Background Color

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

This div background color is #baaccb


#baaccb Border Color

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

This div border color is #baaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaccb


Comments

No comments written yet.

Please login to write comment.