Color Hex Logo

#baaffa Color Hex

#BAAFFA
(186,175,250)
0 Favorites   0 Comments

Color spaces of #baaffa

RGB 186175250
HSL0.690.880.83
HSV249°30°98°
CMYK 0.260.300.00   0.02
XYZ52.835048.001296.9229
Yxy48.00120.26720.2427
Hunter Lab69.282914.8787-34.4454
CIE-Lab74.825719.6260-35.7953

#baaffa color RGB value is (186,175,250).

#baaffa hex color red value is 186, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #baaffa hue: 0.69 , saturation: 0.88 and the lightness value of baaffa is 0.83.

The process color (four color CMYK) of #baaffa color hex is 0.26, 0.30, 0.00, 0.02. Web safe color of #baaffa is #cc99ff. Color #baaffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11111010
Octal 272 257 372
Decimal 186 175 250
Hex BA AF FA

RGB Percentages of Color #baaffa

%30.44
%28.64
%40.92

CMYK Percentages of Color #baaffa

%26
%30
%0
%2

Triadic Colors of #baaffa

#baaffa #fabaaf #affaba

Analogous Colors of #baaffa

#baaffa #e0affa #afcafa

Monochromatic Colors of #baaffa

#baaffa

Complementary Color

#baaffa #effaaf

#baaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaffa Color CSS Codes

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

#baaffa Text Font Color

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

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


#baaffa Background Color

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

This div background color is #baaffa


#baaffa Border Color

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

This div border color is #baaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaffa

Related Colors


Comments

No comments written yet.

Please login to write comment.