Color Hex Logo

#a7aefb Color Hex

#A7AEFB
(167,174,251)
0 Favorites   0 Comments

Color spaces of #a7aefb

RGB 167174251
HSL0.650.910.82
HSV235°33°98°
CMYK 0.330.310.00   0.02
XYZ48.485045.452697.4846
Yxy45.45260.25330.2374
Hunter Lab67.418510.3884-38.5381
CIE-Lab73.188915.0738-38.9882

#a7aefb color RGB value is (167,174,251).

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

The process color (four color CMYK) of #a7aefb color hex is 0.33, 0.31, 0.00, 0.02. Web safe color of #a7aefb is #9999ff. Color #a7aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101110 11111011
Octal 247 256 373
Decimal 167 174 251
Hex A7 AE FB

RGB Percentages of Color #a7aefb

%28.21
%29.39
%42.40

CMYK Percentages of Color #a7aefb

%33
%31
%0
%2

Triadic Colors of #a7aefb

#a7aefb #fba7ae #aefba7

Analogous Colors of #a7aefb

#a7aefb #caa7fb #a7d8fb

Monochromatic Colors of #a7aefb

#a7aefb

Complementary Color

#a7aefb #fbf4a7

#a7aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aefb Color CSS Codes

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

#a7aefb Text Font Color

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

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


#a7aefb Background Color

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

This div background color is #a7aefb


#a7aefb Border Color

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

This div border color is #a7aefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,174,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aefb


Comments

No comments written yet.

Please login to write comment.