Color Hex Logo

#a3aefd Color Hex

#A3AEFD
(163,174,253)
0 Favorites   0 Comments

Color spaces of #a3aefd

RGB 163174253
HSL0.650.960.82
HSV233°36°99°
CMYK 0.360.310.00   0.01
XYZ47.969945.150599.1151
Yxy45.15050.24950.2349
Hunter Lab67.19419.8415-40.4202
CIE-Lab72.990914.5076-40.3984

#a3aefd color RGB value is (163,174,253).

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

The process color (four color CMYK) of #a3aefd color hex is 0.36, 0.31, 0.00, 0.01. Web safe color of #a3aefd is #9999ff. Color #a3aefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101110 11111101
Octal 243 256 375
Decimal 163 174 253
Hex A3 AE FD

RGB Percentages of Color #a3aefd

%27.63
%29.49
%42.88

CMYK Percentages of Color #a3aefd

%36
%31
%0
%1

Triadic Colors of #a3aefd

#a3aefd #fda3ae #aefda3

Analogous Colors of #a3aefd

#a3aefd #c5a3fd #a3dbfd

Monochromatic Colors of #a3aefd

#a3aefd

Complementary Color

#a3aefd #fdf2a3

#a3aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aefd Color CSS Codes

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

#a3aefd Text Font Color

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

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


#a3aefd Background Color

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

This div background color is #a3aefd


#a3aefd Border Color

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

This div border color is #a3aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.