Color Hex Logo

#a3befc Color Hex

#A3BEFC
(163,190,252)
0 Favorites   0 Comments

Color spaces of #a3befc

RGB 163190252
HSL0.620.940.81
HSV222°35°99°
CMYK 0.350.250.00   0.01
XYZ51.088451.641799.3707
Yxy51.64170.25280.2555
Hunter Lab71.86221.1408-31.6825
CIE-Lab77.06615.3881-33.5387

#a3befc color RGB value is (163,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 11111100
Octal 243 276 374
Decimal 163 190 252
Hex A3 BE FC

RGB Percentages of Color #a3befc

%26.94
%31.40
%41.65

CMYK Percentages of Color #a3befc

%35
%25
%0
%1

Triadic Colors of #a3befc

#a3befc #fca3be #befca3

Analogous Colors of #a3befc

#a3befc #b5a3fc #a3ebfc

Monochromatic Colors of #a3befc

#a3befc

Complementary Color

#a3befc #fce1a3

#a3befc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3befc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3befc Color CSS Codes

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

#a3befc Text Font Color

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

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


#a3befc Background Color

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

This div background color is #a3befc


#a3befc Border Color

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

This div border color is #a3befc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3befc


Comments

No comments written yet.

Please login to write comment.