Color Hex Logo

#a7aefd Color Hex

#A7AEFD
(167,174,253)
0 Favorites   0 Comments

Color spaces of #a7aefd

RGB 167174253
HSL0.650.960.82
HSV235°34°99°
CMYK 0.340.310.00   0.01
XYZ48.802045.579499.1541
Yxy45.57940.25220.2355
Hunter Lab67.512510.8833-39.8191
CIE-Lab73.271815.5854-39.9396

#a7aefd color RGB value is (167,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101110 11111101
Octal 247 256 375
Decimal 167 174 253
Hex A7 AE FD

RGB Percentages of Color #a7aefd

%28.11
%29.29
%42.59

CMYK Percentages of Color #a7aefd

%34
%31
%0
%1

Triadic Colors of #a7aefd

#a7aefd #fda7ae #aefda7

Analogous Colors of #a7aefd

#a7aefd #cba7fd #a7d9fd

Monochromatic Colors of #a7aefd

#a7aefd

Complementary Color

#a7aefd #fdf6a7

#a7aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aefd Color CSS Codes

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

#a7aefd Text Font Color

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

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


#a7aefd Background Color

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

This div background color is #a7aefd


#a7aefd Border Color

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

This div border color is #a7aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aefd


Comments

No comments written yet.

Please login to write comment.