Color Hex Logo

#baacef Color Hex

#BAACEF
(186,172,239)
0 Favorites   0 Comments

Color spaces of #baacef

RGB 186172239
HSL0.700.680.81
HSV253°28°94°
CMYK 0.220.280.00   0.06
XYZ50.582246.176187.9083
Yxy46.17610.27390.2501
Hunter Lab67.953013.9524-29.1342
CIE-Lab73.659718.7238-31.6459

#baacef color RGB value is (186,172,239).

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

The process color (four color CMYK) of #baacef color hex is 0.22, 0.28, 0.00, 0.06. Web safe color of #baacef is #cc99ff. Color #baacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11101111
Octal 272 254 357
Decimal 186 172 239
Hex BA AC EF

RGB Percentages of Color #baacef

%31.16
%28.81
%40.03

CMYK Percentages of Color #baacef

%22
%28
%0
%6

Triadic Colors of #baacef

#baacef #efbaac #acefba

Analogous Colors of #baacef

#baacef #dcacef #acc0ef

Monochromatic Colors of #baacef

#baacef

Complementary Color

#baacef #e1efac

#baacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacef Color CSS Codes

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

#baacef Text Font Color

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

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


#baacef Background Color

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

This div background color is #baacef


#baacef Border Color

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

This div border color is #baacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacef


Comments

No comments written yet.

Please login to write comment.