Color Hex Logo

#baa8eb Color Hex

#BAA8EB
(186,168,235)
0 Favorites   0 Comments

Color spaces of #baa8eb

RGB 186168235
HSL0.710.630.79
HSV256°29°92°
CMYK 0.210.290.00   0.08
XYZ49.247744.442584.5799
Yxy44.44250.27630.2493
Hunter Lab66.665215.1995-28.5571
CIE-Lab72.523320.0269-31.2245

#baa8eb color RGB value is (186,168,235).

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

The process color (four color CMYK) of #baa8eb color hex is 0.21, 0.29, 0.00, 0.08. Web safe color of #baa8eb is #cc99ff. Color #baa8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 11101011
Octal 272 250 353
Decimal 186 168 235
Hex BA A8 EB

RGB Percentages of Color #baa8eb

%31.58
%28.52
%39.90

CMYK Percentages of Color #baa8eb

%21
%29
%0
%8

Triadic Colors of #baa8eb

#baa8eb #ebbaa8 #a8ebba

Analogous Colors of #baa8eb

#baa8eb #dca8eb #a8b8eb

Monochromatic Colors of #baa8eb

#baa8eb

Complementary Color

#baa8eb #d9eba8

#baa8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa8eb Color CSS Codes

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

#baa8eb Text Font Color

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

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


#baa8eb Background Color

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

This div background color is #baa8eb


#baa8eb Border Color

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

This div border color is #baa8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa8eb


Comments

No comments written yet.

Please login to write comment.