Color Hex Logo

#baace1 Color Hex

#BAACE1
(186,172,225)
0 Favorites   0 Comments

Color spaces of #baace1

RGB 186172225
HSL0.710.470.78
HSV256°24°88°
CMYK 0.170.240.00   0.12
XYZ48.592845.380477.4323
Yxy45.38040.28350.2648
Hunter Lab67.365010.8698-20.9951
CIE-Lab73.141715.5733-24.8263

#baace1 color RGB value is (186,172,225).

#baace1 hex color red value is 186, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #baace1 hue: 0.71 , saturation: 0.47 and the lightness value of baace1 is 0.78.

The process color (four color CMYK) of #baace1 color hex is 0.17, 0.24, 0.00, 0.12. Web safe color of #baace1 is #cc99cc. Color #baace1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11100001
Octal 272 254 341
Decimal 186 172 225
Hex BA AC E1

RGB Percentages of Color #baace1

%31.90
%29.50
%38.59

CMYK Percentages of Color #baace1

%17
%24
%0
%12

Triadic Colors of #baace1

#baace1 #e1baac #ace1ba

Analogous Colors of #baace1

#baace1 #d5ace1 #acb9e1

Monochromatic Colors of #baace1

#baace1

Complementary Color

#baace1 #d3e1ac

#baace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baace1 Color CSS Codes

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

#baace1 Text Font Color

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

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


#baace1 Background Color

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

This div background color is #baace1


#baace1 Border Color

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

This div border color is #baace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baace1


Comments

No comments written yet.

Please login to write comment.