Color Hex Logo

#a3bfea Color Hex

#A3BFEA
(163,191,234)
0 Favorites   0 Comments

Color spaces of #a3bfea

RGB 163191234
HSL0.600.630.78
HSV216°30°92°
CMYK 0.300.180.00   0.08
XYZ48.586350.988685.1229
Yxy50.98860.26310.2761
Hunter Lab71.4063-3.5060-20.6947
CIE-Lab76.67210.3381-24.4640

#a3bfea color RGB value is (163,191,234).

#a3bfea hex color red value is 163, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a3bfea hue: 0.60 , saturation: 0.63 and the lightness value of a3bfea is 0.78.

The process color (four color CMYK) of #a3bfea color hex is 0.30, 0.18, 0.00, 0.08. Web safe color of #a3bfea is #99ccff. Color #a3bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111111 11101010
Octal 243 277 352
Decimal 163 191 234
Hex A3 BF EA

RGB Percentages of Color #a3bfea

%27.72
%32.48
%39.80

CMYK Percentages of Color #a3bfea

%30
%18
%0
%8

Triadic Colors of #a3bfea

#a3bfea #eaa3bf #bfeaa3

Analogous Colors of #a3bfea

#a3bfea #aba3ea #a3e3ea

Monochromatic Colors of #a3bfea

#a3bfea

Complementary Color

#a3bfea #eacea3

#a3bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bfea Color CSS Codes

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

#a3bfea Text Font Color

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

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


#a3bfea Background Color

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

This div background color is #a3bfea


#a3bfea Border Color

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

This div border color is #a3bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bfea


Comments

No comments written yet.

Please login to write comment.