Color Hex Logo

#baabdc Color Hex

#BAABDC
(186,171,220)
0 Favorites   0 Comments

Color spaces of #baabdc

RGB 186171220
HSL0.720.410.77
HSV258°22°86°
CMYK 0.150.220.00   0.14
XYZ47.730944.732273.8286
Yxy44.73220.28700.2690
Hunter Lab66.882110.3440-18.6304
CIE-Lab72.715215.0336-22.7480

#baabdc color RGB value is (186,171,220).

#baabdc hex color red value is 186, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #baabdc hue: 0.72 , saturation: 0.41 and the lightness value of baabdc is 0.77.

The process color (four color CMYK) of #baabdc color hex is 0.15, 0.22, 0.00, 0.14. Web safe color of #baabdc is #cc99cc. Color #baabdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11011100
Octal 272 253 334
Decimal 186 171 220
Hex BA AB DC

RGB Percentages of Color #baabdc

%32.24
%29.64
%38.13

CMYK Percentages of Color #baabdc

%15
%22
%0
%14

Triadic Colors of #baabdc

#baabdc #dcbaab #abdcba

Analogous Colors of #baabdc

#baabdc #d3abdc #abb5dc

Monochromatic Colors of #baabdc

#baabdc

Complementary Color

#baabdc #cddcab

#baabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabdc Color CSS Codes

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

#baabdc Text Font Color

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

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


#baabdc Background Color

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

This div background color is #baabdc


#baabdc Border Color

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

This div border color is #baabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabdc


Comments

No comments written yet.

Please login to write comment.