Color Hex Logo

#a2bbfa Color Hex

#A2BBFA
(162,187,250)
0 Favorites   0 Comments

Color spaces of #a2bbfa

RGB 162187250
HSL0.620.900.81
HSV223°35°98°
CMYK 0.350.250.00   0.02
XYZ49.925950.124297.4860
Yxy50.12420.25270.2537
Hunter Lab70.79841.9780-32.0805
CIE-Lab76.14546.2492-33.8917

#a2bbfa color RGB value is (162,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111011 11111010
Octal 242 273 372
Decimal 162 187 250
Hex A2 BB FA

RGB Percentages of Color #a2bbfa

%27.05
%31.22
%41.74

CMYK Percentages of Color #a2bbfa

%35
%25
%0
%2

Triadic Colors of #a2bbfa

#a2bbfa #faa2bb #bbfaa2

Analogous Colors of #a2bbfa

#a2bbfa #b5a2fa #a2e7fa

Monochromatic Colors of #a2bbfa

#a2bbfa

Complementary Color

#a2bbfa #fae1a2

#a2bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bbfa Color CSS Codes

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

#a2bbfa Text Font Color

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

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


#a2bbfa Background Color

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

This div background color is #a2bbfa


#a2bbfa Border Color

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

This div border color is #a2bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bbfa


Comments

No comments written yet.

Please login to write comment.