Color Hex Logo

#a3badc Color Hex

#A3BADC
(163,186,220)
0 Favorites   0 Comments

Color spaces of #a3badc

RGB 163186220
HSL0.600.450.75
HSV216°26°86°
CMYK 0.260.150.00   0.14
XYZ45.581448.071674.5865
Yxy48.07160.27090.2857
Hunter Lab69.3337-3.9844-15.2483
CIE-Lab74.8701-0.3123-19.6320

#a3badc color RGB value is (163,186,220).

#a3badc hex color red value is 163, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a3badc hue: 0.60 , saturation: 0.45 and the lightness value of a3badc is 0.75.

The process color (four color CMYK) of #a3badc color hex is 0.26, 0.15, 0.00, 0.14. Web safe color of #a3badc is #99cccc. Color #a3badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111010 11011100
Octal 243 272 334
Decimal 163 186 220
Hex A3 BA DC

RGB Percentages of Color #a3badc

%28.65
%32.69
%38.66

CMYK Percentages of Color #a3badc

%26
%15
%0
%14

Triadic Colors of #a3badc

#a3badc #dca3ba #badca3

Analogous Colors of #a3badc

#a3badc #a9a3dc #a3d7dc

Monochromatic Colors of #a3badc

#a3badc

Complementary Color

#a3badc #dcc5a3

#a3badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3badc Color CSS Codes

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

#a3badc Text Font Color

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

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


#a3badc Background Color

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

This div background color is #a3badc


#a3badc Border Color

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

This div border color is #a3badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3badc


Comments

No comments written yet.

Please login to write comment.