Color Hex Logo

#a3bbfe Color Hex

#A3BBFE
(163,187,254)
0 Favorites   0 Comments

Color spaces of #a3bbfe

RGB 163187254
HSL0.620.980.82
HSV224°36°100°
CMYK 0.360.260.00   0.00
XYZ50.764050.4829100.8346
Yxy50.48290.25120.2498
Hunter Lab71.05133.1930-34.4072
CIE-Lab76.36477.5490-35.6960

#a3bbfe color RGB value is (163,187,254).

#a3bbfe hex color red value is 163, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a3bbfe hue: 0.62 , saturation: 0.98 and the lightness value of a3bbfe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111011 11111110
Octal 243 273 376
Decimal 163 187 254
Hex A3 BB FE

RGB Percentages of Color #a3bbfe

%26.99
%30.96
%42.05

CMYK Percentages of Color #a3bbfe

%36
%26
%0
%0

Triadic Colors of #a3bbfe

#a3bbfe #fea3bb #bbfea3

Analogous Colors of #a3bbfe

#a3bbfe #b9a3fe #a3e9fe

Monochromatic Colors of #a3bbfe

#a3bbfe

Complementary Color

#a3bbfe #fee6a3

#a3bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bbfe Color CSS Codes

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

#a3bbfe Text Font Color

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

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


#a3bbfe Background Color

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

This div background color is #a3bbfe


#a3bbfe Border Color

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

This div border color is #a3bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bbfe


Comments

No comments written yet.

Please login to write comment.