Color Hex Logo

#baaaec Color Hex

#BAAAEC
(186,170,236)
0 Favorites   0 Comments

Color spaces of #baaaec

RGB 186170236
HSL0.710.630.80
HSV255°28°93°
CMYK 0.210.280.00   0.07
XYZ49.764745.244785.4671
Yxy45.24470.27570.2507
Hunter Lab67.264214.3490-28.2500
CIE-Lab73.052719.1452-30.9523

#baaaec color RGB value is (186,170,236).

#baaaec hex color red value is 186, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #baaaec hue: 0.71 , saturation: 0.63 and the lightness value of baaaec is 0.80.

The process color (four color CMYK) of #baaaec color hex is 0.21, 0.28, 0.00, 0.07. Web safe color of #baaaec is #cc99ff. Color #baaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 11101100
Octal 272 252 354
Decimal 186 170 236
Hex BA AA EC

RGB Percentages of Color #baaaec

%31.42
%28.72
%39.86

CMYK Percentages of Color #baaaec

%21
%28
%0
%7

Triadic Colors of #baaaec

#baaaec #ecbaaa #aaecba

Analogous Colors of #baaaec

#baaaec #dbaaec #aabbec

Monochromatic Colors of #baaaec

#baaaec

Complementary Color

#baaaec #dcecaa

#baaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaaec Color CSS Codes

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

#baaaec Text Font Color

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

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


#baaaec Background Color

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

This div background color is #baaaec


#baaaec Border Color

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

This div border color is #baaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaaec


Comments

No comments written yet.

Please login to write comment.