Color Hex Logo

#baadfc Color Hex

#BAADFC
(186,173,252)
0 Favorites   0 Comments

Color spaces of #baadfc

RGB 186173252
HSL0.690.930.83
HSV250°31°99°
CMYK 0.260.310.00   0.01
XYZ52.764047.354598.4548
Yxy47.35450.26570.2385
Hunter Lab68.814616.4404-36.6575
CIE-Lab74.416021.2079-37.5100

#baadfc color RGB value is (186,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11111100
Octal 272 255 374
Decimal 186 173 252
Hex BA AD FC

RGB Percentages of Color #baadfc

%30.44
%28.31
%41.24

CMYK Percentages of Color #baadfc

%26
%31
%0
%1

Triadic Colors of #baadfc

#baadfc #fcbaad #adfcba

Analogous Colors of #baadfc

#baadfc #e2adfc #adc8fc

Monochromatic Colors of #baadfc

#baadfc

Complementary Color

#baadfc #effcad

#baadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadfc Color CSS Codes

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

#baadfc Text Font Color

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

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


#baadfc Background Color

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

This div background color is #baadfc


#baadfc Border Color

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

This div border color is #baadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadfc


Comments

No comments written yet.

Please login to write comment.