Color Hex Logo

#a3befd Color Hex

#A3BEFD
(163,190,253)
0 Favorites   0 Comments

Color spaces of #a3befd

RGB 163190253
HSL0.620.960.82
HSV222°36°99°
CMYK 0.360.250.00   0.01
XYZ51.247351.7053100.2076
Yxy51.70530.25230.2545
Hunter Lab71.90641.3798-32.2911
CIE-Lab77.10435.6445-34.0159

#a3befd color RGB value is (163,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 11111101
Octal 243 276 375
Decimal 163 190 253
Hex A3 BE FD

RGB Percentages of Color #a3befd

%26.90
%31.35
%41.75

CMYK Percentages of Color #a3befd

%36
%25
%0
%1

Triadic Colors of #a3befd

#a3befd #fda3be #befda3

Analogous Colors of #a3befd

#a3befd #b5a3fd #a3ebfd

Monochromatic Colors of #a3befd

#a3befd

Complementary Color

#a3befd #fde2a3

#a3befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3befd Color CSS Codes

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

#a3befd Text Font Color

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

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


#a3befd Background Color

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

This div background color is #a3befd


#a3befd Border Color

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

This div border color is #a3befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3befd


Comments

No comments written yet.

Please login to write comment.