Color Hex Logo

#a3beea Color Hex

#A3BEEA
(163,190,234)
0 Favorites   0 Comments

Color spaces of #a3beea

RGB 163190234
HSL0.600.630.78
HSV217°30°92°
CMYK 0.300.190.00   0.08
XYZ48.369050.554085.0505
Yxy50.55400.26290.2748
Hunter Lab71.1013-2.9969-21.1510
CIE-Lab76.40810.8793-24.8670

#a3beea color RGB value is (163,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 11101010
Octal 243 276 352
Decimal 163 190 234
Hex A3 BE EA

RGB Percentages of Color #a3beea

%27.77
%32.37
%39.86

CMYK Percentages of Color #a3beea

%30
%19
%0
%8

Triadic Colors of #a3beea

#a3beea #eaa3be #beeaa3

Analogous Colors of #a3beea

#a3beea #aca3ea #a3e2ea

Monochromatic Colors of #a3beea

#a3beea

Complementary Color

#a3beea #eacfa3

#a3beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3beea Color CSS Codes

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

#a3beea Text Font Color

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

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


#a3beea Background Color

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

This div background color is #a3beea


#a3beea Border Color

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

This div border color is #a3beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3beea


Comments

No comments written yet.

Please login to write comment.