Color Hex Logo

#a3bffe Color Hex

#A3BFFE
(163,191,254)
0 Favorites   0 Comments

Color spaces of #a3bffe

RGB 163191254
HSL0.620.980.82
HSV222°36°100°
CMYK 0.360.250.00   0.00
XYZ51.624552.2039101.1214
Yxy52.20390.25190.2547
Hunter Lab72.25231.0974-32.4033
CIE-Lab77.40265.3547-34.0912

#a3bffe color RGB value is (163,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111111 11111110
Octal 243 277 376
Decimal 163 191 254
Hex A3 BF FE

RGB Percentages of Color #a3bffe

%26.81
%31.41
%41.78

CMYK Percentages of Color #a3bffe

%36
%25
%0
%0

Triadic Colors of #a3bffe

#a3bffe #fea3bf #bffea3

Analogous Colors of #a3bffe

#a3bffe #b5a3fe #a3edfe

Monochromatic Colors of #a3bffe

#a3bffe

Complementary Color

#a3bffe #fee2a3

#a3bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bffe Color CSS Codes

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

#a3bffe Text Font Color

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

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


#a3bffe Background Color

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

This div background color is #a3bffe


#a3bffe Border Color

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

This div border color is #a3bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bffe


Comments

No comments written yet.

Please login to write comment.