Color Hex Logo

#baaadc Color Hex

#BAAADC
(186,170,220)
0 Favorites   0 Comments

Color spaces of #baaadc

RGB 186170220
HSL0.720.420.76
HSV259°23°86°
CMYK 0.150.230.00   0.14
XYZ47.542744.355973.7659
Yxy44.35590.28700.2677
Hunter Lab66.600210.8722-19.0490
CIE-Lab72.465715.5858-23.1284

#baaadc color RGB value is (186,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 11011100
Octal 272 252 334
Decimal 186 170 220
Hex BA AA DC

RGB Percentages of Color #baaadc

%32.29
%29.51
%38.19

CMYK Percentages of Color #baaadc

%15
%23
%0
%14

Triadic Colors of #baaadc

#baaadc #dcbaaa #aadcba

Analogous Colors of #baaadc

#baaadc #d3aadc #aab3dc

Monochromatic Colors of #baaadc

#baaadc

Complementary Color

#baaadc #ccdcaa

#baaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaadc Color CSS Codes

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

#baaadc Text Font Color

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

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


#baaadc Background Color

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

This div background color is #baaadc


#baaadc Border Color

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

This div border color is #baaadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,170,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 #baaadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaadc


Comments

No comments written yet.

Please login to write comment.