Color Hex Logo

#a5aee7 Color Hex

#A5AEE7
(165,174,231)
0 Favorites   0 Comments

Color spaces of #a5aee7

RGB 165174231
HSL0.640.580.78
HSV232°29°91°
CMYK 0.290.250.00   0.09
XYZ45.076944.041081.7263
Yxy44.04100.26380.2578
Hunter Lab66.36345.1090-26.5611
CIE-Lab72.25599.5064-29.5942

#a5aee7 color RGB value is (165,174,231).

#a5aee7 hex color red value is 165, green value is 174 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #a5aee7 hue: 0.64 , saturation: 0.58 and the lightness value of a5aee7 is 0.78.

The process color (four color CMYK) of #a5aee7 color hex is 0.29, 0.25, 0.00, 0.09. Web safe color of #a5aee7 is #9999ff. Color #a5aee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101110 11100111
Octal 245 256 347
Decimal 165 174 231
Hex A5 AE E7

RGB Percentages of Color #a5aee7

%28.95
%30.53
%40.53

CMYK Percentages of Color #a5aee7

%29
%25
%0
%9

Triadic Colors of #a5aee7

#a5aee7 #e7a5ae #aee7a5

Analogous Colors of #a5aee7

#a5aee7 #bda5e7 #a5cfe7

Monochromatic Colors of #a5aee7

#a5aee7

Complementary Color

#a5aee7 #e7dea5

#a5aee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aee7 Color CSS Codes

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

#a5aee7 Text Font Color

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

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


#a5aee7 Background Color

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

This div background color is #a5aee7


#a5aee7 Border Color

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

This div border color is #a5aee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aee7


Comments

No comments written yet.

Please login to write comment.