Color Hex Logo

#a3befe Color Hex

#A3BEFE
(163,190,254)
0 Favorites   0 Comments

Color spaces of #a3befe

RGB 163190254
HSL0.620.980.82
HSV222°36°100°
CMYK 0.360.250.00   0.00
XYZ51.407151.7692101.0489
Yxy51.76920.25170.2535
Hunter Lab71.95081.6200-32.9023
CIE-Lab77.14265.9018-34.4927

#a3befe color RGB value is (163,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 11111110
Octal 243 276 376
Decimal 163 190 254
Hex A3 BE FE

RGB Percentages of Color #a3befe

%26.85
%31.30
%41.85

CMYK Percentages of Color #a3befe

%36
%25
%0
%0

Triadic Colors of #a3befe

#a3befe #fea3be #befea3

Analogous Colors of #a3befe

#a3befe #b6a3fe #a3ecfe

Monochromatic Colors of #a3befe

#a3befe

Complementary Color

#a3befe #fee3a3

#a3befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3befe Color CSS Codes

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

#a3befe Text Font Color

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

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


#a3befe Background Color

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

This div background color is #a3befe


#a3befe Border Color

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

This div border color is #a3befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3befe


Comments

No comments written yet.

Please login to write comment.