Color Hex Logo

#baaafd Color Hex

#BAAAFD
(186,170,253)
0 Favorites   0 Comments

Color spaces of #baaafd

RGB 186170253
HSL0.700.950.83
HSV252°33°99°
CMYK 0.260.330.00   0.01
XYZ52.354046.280499.1022
Yxy46.28040.26480.2341
Hunter Lab68.029718.3173-38.7499
CIE-Lab73.727123.1099-39.1207

#baaafd color RGB value is (186,170,253).

#baaafd hex color red value is 186, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #baaafd hue: 0.70 , saturation: 0.95 and the lightness value of baaafd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 11111101
Octal 272 252 375
Decimal 186 170 253
Hex BA AA FD

RGB Percentages of Color #baaafd

%30.54
%27.91
%41.54

CMYK Percentages of Color #baaafd

%26
%33
%0
%1

Triadic Colors of #baaafd

#baaafd #fdbaaa #aafdba

Analogous Colors of #baaafd

#baaafd #e4aafd #aac4fd

Monochromatic Colors of #baaafd

#baaafd

Complementary Color

#baaafd #edfdaa

#baaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaafd Color CSS Codes

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

#baaafd Text Font Color

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

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


#baaafd Background Color

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

This div background color is #baaafd


#baaafd Border Color

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

This div border color is #baaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaafd

Related Colors


Comments

No comments written yet.

Please login to write comment.