Color Hex Logo

#baaddd Color Hex

#BAADDD
(186,173,221)
0 Favorites   0 Comments

Color spaces of #baaddd

RGB 186173221
HSL0.710.410.77
HSV256°22°87°
CMYK 0.160.220.00   0.13
XYZ48.244445.546774.6553
Yxy45.54670.28640.2704
Hunter Lab67.48839.4972-18.3446
CIE-Lab73.250414.1467-22.4786

#baaddd color RGB value is (186,173,221).

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

The process color (four color CMYK) of #baaddd color hex is 0.16, 0.22, 0.00, 0.13. Web safe color of #baaddd is #cc99cc. Color #baaddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11011101
Octal 272 255 335
Decimal 186 173 221
Hex BA AD DD

RGB Percentages of Color #baaddd

%32.07
%29.83
%38.10

CMYK Percentages of Color #baaddd

%16
%22
%0
%13

Triadic Colors of #baaddd

#baaddd #ddbaad #adddba

Analogous Colors of #baaddd

#baaddd #d2addd #adb8dd

Monochromatic Colors of #baaddd

#baaddd

Complementary Color

#baaddd #d0ddad

#baaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaddd Color CSS Codes

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

#baaddd Text Font Color

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

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


#baaddd Background Color

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

This div background color is #baaddd


#baaddd Border Color

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

This div border color is #baaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaddd


Comments

No comments written yet.

Please login to write comment.