Color Hex Logo

#a2bafb Color Hex

#A2BAFB
(162,186,251)
0 Favorites   0 Comments

Color spaces of #a2bafb

RGB 162186251
HSL0.620.920.81
HSV224°35°98°
CMYK 0.350.260.00   0.02
XYZ49.871849.764298.2437
Yxy49.76420.25200.2515
Hunter Lab70.54372.7413-33.1904
CIE-Lab75.92437.0566-34.7711

#a2bafb color RGB value is (162,186,251).

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

The process color (four color CMYK) of #a2bafb color hex is 0.35, 0.26, 0.00, 0.02. Web safe color of #a2bafb is #99ccff. Color #a2bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111010 11111011
Octal 242 272 373
Decimal 162 186 251
Hex A2 BA FB

RGB Percentages of Color #a2bafb

%27.05
%31.05
%41.90

CMYK Percentages of Color #a2bafb

%35
%26
%0
%2

Triadic Colors of #a2bafb

#a2bafb #fba2ba #bafba2

Analogous Colors of #a2bafb

#a2bafb #b7a2fb #a2e7fb

Monochromatic Colors of #a2bafb

#a2bafb

Complementary Color

#a2bafb #fbe3a2

#a2bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bafb Color CSS Codes

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

#a2bafb Text Font Color

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

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


#a2bafb Background Color

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

This div background color is #a2bafb


#a2bafb Border Color

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

This div border color is #a2bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bafb


Comments

No comments written yet.

Please login to write comment.