Color Hex Logo

#baabd2 Color Hex

#BAABD2
(186,171,210)
0 Favorites   0 Comments

Color spaces of #baabd2

RGB 186171210
HSL0.730.300.75
HSV263°19°82°
CMYK 0.110.190.00   0.18
XYZ46.445544.218167.0598
Yxy44.21810.29450.2804
Hunter Lab66.49678.3065-13.2444
CIE-Lab72.374012.9041-17.7936

#baabd2 color RGB value is (186,171,210).

#baabd2 hex color red value is 186, green value is 171 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #baabd2 hue: 0.73 , saturation: 0.30 and the lightness value of baabd2 is 0.75.

The process color (four color CMYK) of #baabd2 color hex is 0.11, 0.19, 0.00, 0.18. Web safe color of #baabd2 is #cc99cc. Color #baabd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11010010
Octal 272 253 322
Decimal 186 171 210
Hex BA AB D2

RGB Percentages of Color #baabd2

%32.80
%30.16
%37.04

CMYK Percentages of Color #baabd2

%11
%19
%0
%18

Triadic Colors of #baabd2

#baabd2 #d2baab #abd2ba

Analogous Colors of #baabd2

#baabd2 #ceabd2 #abb0d2

Monochromatic Colors of #baabd2

#baabd2

Complementary Color

#baabd2 #c3d2ab

#baabd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabd2 Color CSS Codes

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

#baabd2 Text Font Color

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

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


#baabd2 Background Color

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

This div background color is #baabd2


#baabd2 Border Color

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

This div border color is #baabd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabd2


Comments

No comments written yet.

Please login to write comment.