Color Hex Logo

#baaccd Color Hex

#BAACCD
(186,172,205)
0 Favorites   0 Comments

Color spaces of #baaccd

RGB 186172205
HSL0.740.250.74
HSV265°16°80°
CMYK 0.090.160.00   0.20
XYZ46.021744.351963.8928
Yxy44.35190.29830.2875
Hunter Lab66.59726.8065-10.2643
CIE-Lab72.463111.3187-14.9180

#baaccd color RGB value is (186,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11001101
Octal 272 254 315
Decimal 186 172 205
Hex BA AC CD

RGB Percentages of Color #baaccd

%33.04
%30.55
%36.41

CMYK Percentages of Color #baaccd

%9
%16
%0
%20

Triadic Colors of #baaccd

#baaccd #cdbaac #accdba

Analogous Colors of #baaccd

#baaccd #cbaccd #acafcd

Monochromatic Colors of #baaccd

#baaccd

Complementary Color

#baaccd #bfcdac

#baaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaccd Color CSS Codes

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

#baaccd Text Font Color

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

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


#baaccd Background Color

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

This div background color is #baaccd


#baaccd Border Color

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

This div border color is #baaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaccd


Comments

No comments written yet.

Please login to write comment.