Color Hex Logo

#baadfa Color Hex

#BAADFA
(186,173,250)
0 Favorites   0 Comments

Color spaces of #baadfa

RGB 186173250
HSL0.690.890.83
HSV250°31°98°
CMYK 0.260.310.00   0.02
XYZ52.448647.228496.7941
Yxy47.22840.26700.2404
Hunter Lab68.722915.9642-35.4021
CIE-Lab74.335620.7337-36.5550

#baadfa color RGB value is (186,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11111010
Octal 272 255 372
Decimal 186 173 250
Hex BA AD FA

RGB Percentages of Color #baadfa

%30.54
%28.41
%41.05

CMYK Percentages of Color #baadfa

%26
%31
%0
%2

Triadic Colors of #baadfa

#baadfa #fabaad #adfaba

Analogous Colors of #baadfa

#baadfa #e1adfa #adc7fa

Monochromatic Colors of #baadfa

#baadfa

Complementary Color

#baadfa #edfaad

#baadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadfa Color CSS Codes

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

#baadfa Text Font Color

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

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


#baadfa Background Color

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

This div background color is #baadfa


#baadfa Border Color

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

This div border color is #baadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadfa


Comments

No comments written yet.

Please login to write comment.