Color Hex Logo

#baaddc Color Hex

#BAADDC
(186,173,220)
0 Favorites   0 Comments

Color spaces of #baaddc

RGB 186173220
HSL0.710.400.77
HSV257°21°86°
CMYK 0.150.210.00   0.14
XYZ48.111545.493673.9555
Yxy45.49360.28710.2715
Hunter Lab67.44899.2888-17.7952
CIE-Lab73.215713.9297-21.9857

#baaddc color RGB value is (186,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11011100
Octal 272 255 334
Decimal 186 173 220
Hex BA AD DC

RGB Percentages of Color #baaddc

%32.12
%29.88
%38.00

CMYK Percentages of Color #baaddc

%15
%21
%0
%14

Triadic Colors of #baaddc

#baaddc #dcbaad #addcba

Analogous Colors of #baaddc

#baaddc #d2addc #adb8dc

Monochromatic Colors of #baaddc

#baaddc

Complementary Color

#baaddc #cfdcad

#baaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaddc Color CSS Codes

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

#baaddc Text Font Color

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

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


#baaddc Background Color

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

This div background color is #baaddc


#baaddc Border Color

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

This div border color is #baaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaddc


Comments

No comments written yet.

Please login to write comment.