Color Hex Logo

#baacff Color Hex

#BAACFF
(186,172,255)
0 Favorites   0 Comments

Color spaces of #baacff

RGB 186172255
HSL0.691.000.84
HSV250°33°100°
CMYK 0.270.330.00   0.00
XYZ53.052247.1642100.9152
Yxy47.16420.26380.2345
Hunter Lab68.676217.7075-39.0495
CIE-Lab74.294722.4774-39.3169

#baacff color RGB value is (186,172,255).

#baacff hex color red value is 186, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #baacff hue: 0.69 , saturation: 1.00 and the lightness value of baacff is 0.84.

The process color (four color CMYK) of #baacff color hex is 0.27, 0.33, 0.00, 0.00. Web safe color of #baacff is #cc99ff. Color #baacff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11111111
Octal 272 254 377
Decimal 186 172 255
Hex BA AC FF

RGB Percentages of Color #baacff

%30.34
%28.06
%41.60

CMYK Percentages of Color #baacff

%27
%33
%0
%0

Triadic Colors of #baacff

#baacff #ffbaac #acffba

Analogous Colors of #baacff

#baacff #e4acff #acc8ff

Monochromatic Colors of #baacff

#baacff

Complementary Color

#baacff #f1ffac

#baacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacff Color CSS Codes

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

#baacff Text Font Color

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

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


#baacff Background Color

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

This div background color is #baacff


#baacff Border Color

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

This div border color is #baacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacff

Related Colors


Comments

No comments written yet.

Please login to write comment.