Color Hex Logo

#a2baff Color Hex

#A2BAFF
(162,186,255)
0 Favorites   0 Comments

Color spaces of #a2baff

RGB 162186255
HSL0.621.000.82
HSV225°36°100°
CMYK 0.360.270.00   0.00
XYZ50.509250.0192101.6003
Yxy50.01920.24990.2475
Hunter Lab70.72433.7121-35.6672
CIE-Lab76.08108.0918-36.6773

#a2baff color RGB value is (162,186,255).

#a2baff hex color red value is 162, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a2baff hue: 0.62 , saturation: 1.00 and the lightness value of a2baff is 0.82.

The process color (four color CMYK) of #a2baff color hex is 0.36, 0.27, 0.00, 0.00. Web safe color of #a2baff is #99ccff. Color #a2baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111010 11111111
Octal 242 272 377
Decimal 162 186 255
Hex A2 BA FF

RGB Percentages of Color #a2baff

%26.87
%30.85
%42.29

CMYK Percentages of Color #a2baff

%36
%27
%0
%0

Triadic Colors of #a2baff

#a2baff #ffa2ba #baffa2

Analogous Colors of #a2baff

#a2baff #b9a2ff #a2e9ff

Monochromatic Colors of #a2baff

#a2baff

Complementary Color

#a2baff #ffe7a2

#a2baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2baff Color CSS Codes

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

#a2baff Text Font Color

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

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


#a2baff Background Color

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

This div background color is #a2baff


#a2baff Border Color

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

This div border color is #a2baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2baff

Related Colors


Comments

No comments written yet.

Please login to write comment.