Color Hex Logo

#a0aefd Color Hex

#A0AEFD
(160,174,253)
0 Favorites   0 Comments

Color spaces of #a0aefd

RGB 160174253
HSL0.640.960.81
HSV231°37°99°
CMYK 0.370.310.00   0.01
XYZ47.362944.837599.0867
Yxy44.83750.24760.2344
Hunter Lab66.96089.0757-40.8631
CIE-Lab72.784813.7098-40.7353

#a0aefd color RGB value is (160,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101110 11111101
Octal 240 256 375
Decimal 160 174 253
Hex A0 AE FD

RGB Percentages of Color #a0aefd

%27.26
%29.64
%43.10

CMYK Percentages of Color #a0aefd

%37
%31
%0
%1

Triadic Colors of #a0aefd

#a0aefd #fda0ae #aefda0

Analogous Colors of #a0aefd

#a0aefd #c1a0fd #a0ddfd

Monochromatic Colors of #a0aefd

#a0aefd

Complementary Color

#a0aefd #fdefa0

#a0aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aefd Color CSS Codes

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

#a0aefd Text Font Color

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

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


#a0aefd Background Color

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

This div background color is #a0aefd


#a0aefd Border Color

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

This div border color is #a0aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aefd


Comments

No comments written yet.

Please login to write comment.