Color Hex Logo

#baadfe Color Hex

#BAADFE
(186,173,254)
0 Favorites   0 Comments

Color spaces of #baadfe

RGB 186173254
HSL0.690.980.84
HSV250°32°100°
CMYK 0.270.320.00   0.00
XYZ53.082747.4820100.1331
Yxy47.48200.26450.2366
Hunter Lab68.907216.9200-37.9228
CIE-Lab74.497021.6841-38.4630

#baadfe color RGB value is (186,173,254).

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

The process color (four color CMYK) of #baadfe color hex is 0.27, 0.32, 0.00, 0.00. Web safe color of #baadfe is #cc99ff. Color #baadfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11111110
Octal 272 255 376
Decimal 186 173 254
Hex BA AD FE

RGB Percentages of Color #baadfe

%30.34
%28.22
%41.44

CMYK Percentages of Color #baadfe

%27
%32
%0
%0

Triadic Colors of #baadfe

#baadfe #febaad #adfeba

Analogous Colors of #baadfe

#baadfe #e3adfe #adc9fe

Monochromatic Colors of #baadfe

#baadfe

Complementary Color

#baadfe #f1fead

#baadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadfe Color CSS Codes

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

#baadfe Text Font Color

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

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


#baadfe Background Color

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

This div background color is #baadfe


#baadfe Border Color

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

This div border color is #baadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.