Color Hex Logo

#a7aeea Color Hex

#A7AEEA
(167,174,234)
0 Favorites   0 Comments

Color spaces of #a7aeea

RGB 167174234
HSL0.650.610.79
HSV234°29°92°
CMYK 0.290.260.00   0.08
XYZ45.923744.428183.9969
Yxy44.42810.26340.2548
Hunter Lab66.65446.3381-28.0583
CIE-Lab72.513710.8216-30.8176

#a7aeea color RGB value is (167,174,234).

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

The process color (four color CMYK) of #a7aeea color hex is 0.29, 0.26, 0.00, 0.08. Web safe color of #a7aeea is #9999ff. Color #a7aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101110 11101010
Octal 247 256 352
Decimal 167 174 234
Hex A7 AE EA

RGB Percentages of Color #a7aeea

%29.04
%30.26
%40.70

CMYK Percentages of Color #a7aeea

%29
%26
%0
%8

Triadic Colors of #a7aeea

#a7aeea #eaa7ae #aeeaa7

Analogous Colors of #a7aeea

#a7aeea #c2a7ea #a7d0ea

Monochromatic Colors of #a7aeea

#a7aeea

Complementary Color

#a7aeea #eae3a7

#a7aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aeea Color CSS Codes

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

#a7aeea Text Font Color

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

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


#a7aeea Background Color

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

This div background color is #a7aeea


#a7aeea Border Color

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

This div border color is #a7aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aeea


Comments

No comments written yet.

Please login to write comment.