Color Hex Logo

#baacfa Color Hex

#BAACFA
(186,172,250)
0 Favorites   0 Comments

Color spaces of #baacfa

RGB 186172250
HSL0.700.890.83
HSV251°31°98°
CMYK 0.260.310.00   0.02
XYZ52.257546.846396.7304
Yxy46.84630.26680.2392
Hunter Lab68.444416.5077-35.8818
CIE-Lab74.091321.2879-36.9339

#baacfa color RGB value is (186,172,250).

#baacfa hex color red value is 186, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #baacfa hue: 0.70 , saturation: 0.89 and the lightness value of baacfa is 0.83.

The process color (four color CMYK) of #baacfa color hex is 0.26, 0.31, 0.00, 0.02. Web safe color of #baacfa is #cc99ff. Color #baacfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11111010
Octal 272 254 372
Decimal 186 172 250
Hex BA AC FA

RGB Percentages of Color #baacfa

%30.59
%28.29
%41.12

CMYK Percentages of Color #baacfa

%26
%31
%0
%2

Triadic Colors of #baacfa

#baacfa #fabaac #acfaba

Analogous Colors of #baacfa

#baacfa #e1acfa #acc5fa

Monochromatic Colors of #baacfa

#baacfa

Complementary Color

#baacfa #ecfaac

#baacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacfa Color CSS Codes

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

#baacfa Text Font Color

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

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


#baacfa Background Color

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

This div background color is #baacfa


#baacfa Border Color

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

This div border color is #baacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacfa


Comments

No comments written yet.

Please login to write comment.