Color Hex Logo

#baaefb Color Hex

#BAAEFB
(186,174,251)
0 Favorites   0 Comments

Color spaces of #baaefb

RGB 186174251
HSL0.690.910.83
HSV249°31°98°
CMYK 0.260.310.00   0.02
XYZ52.798347.676297.6864
Yxy47.67620.26640.2406
Hunter Lab69.048015.6581-35.5477
CIE-Lab74.620220.4164-36.6534

#baaefb color RGB value is (186,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11111011
Octal 272 256 373
Decimal 186 174 251
Hex BA AE FB

RGB Percentages of Color #baaefb

%30.44
%28.48
%41.08

CMYK Percentages of Color #baaefb

%26
%31
%0
%2

Triadic Colors of #baaefb

#baaefb #fbbaae #aefbba

Analogous Colors of #baaefb

#baaefb #e1aefb #aec9fb

Monochromatic Colors of #baaefb

#baaefb

Complementary Color

#baaefb #effbae

#baaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaefb Color CSS Codes

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

#baaefb Text Font Color

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

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


#baaefb Background Color

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

This div background color is #baaefb


#baaefb Border Color

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

This div border color is #baaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaefb


Comments

No comments written yet.

Please login to write comment.