Color Hex Logo

#baacce Color Hex

#BAACCE
(186,172,206)
0 Favorites   0 Comments

Color spaces of #baacce

RGB 186172206
HSL0.740.260.74
HSV265°17°81°
CMYK 0.100.170.00   0.19
XYZ46.142844.400464.5307
Yxy44.40040.29760.2863
Hunter Lab66.63366.9998-10.7753
CIE-Lab72.495311.5239-15.4178

#baacce color RGB value is (186,172,206).

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

The process color (four color CMYK) of #baacce color hex is 0.10, 0.17, 0.00, 0.19. Web safe color of #baacce is #cc99cc. Color #baacce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11001110
Octal 272 254 316
Decimal 186 172 206
Hex BA AC CE

RGB Percentages of Color #baacce

%32.98
%30.50
%36.52

CMYK Percentages of Color #baacce

%10
%17
%0
%19

Triadic Colors of #baacce

#baacce #cebaac #acceba

Analogous Colors of #baacce

#baacce #cbacce #acafce

Monochromatic Colors of #baacce

#baacce

Complementary Color

#baacce #c0ceac

#baacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacce Color CSS Codes

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

#baacce Text Font Color

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

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


#baacce Background Color

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

This div background color is #baacce


#baacce Border Color

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

This div border color is #baacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacce


Comments

No comments written yet.

Please login to write comment.