Color Hex Logo

#baaefa Color Hex

#BAAEFA
(186,174,250)
0 Favorites   0 Comments

Color spaces of #baaefa

RGB 186174250
HSL0.690.880.83
HSV249°30°98°
CMYK 0.260.300.00   0.02
XYZ52.641147.613396.8583
Yxy47.61330.26710.2416
Hunter Lab69.002415.4213-34.9234
CIE-Lab74.580420.1799-36.1755

#baaefa color RGB value is (186,174,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11111010
Octal 272 256 372
Decimal 186 174 250
Hex BA AE FA

RGB Percentages of Color #baaefa

%30.49
%28.52
%40.98

CMYK Percentages of Color #baaefa

%26
%30
%0
%2

Triadic Colors of #baaefa

#baaefa #fabaae #aefaba

Analogous Colors of #baaefa

#baaefa #e0aefa #aec8fa

Monochromatic Colors of #baaefa

#baaefa

Complementary Color

#baaefa #eefaae

#baaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaefa Color CSS Codes

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

#baaefa Text Font Color

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

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


#baaefa Background Color

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

This div background color is #baaefa


#baaefa Border Color

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

This div border color is #baaefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,174,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 #baaefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaefa


Comments

No comments written yet.

Please login to write comment.