Color Hex Logo

#a5aeec Color Hex

#A5AEEC
(165,174,236)
0 Favorites   0 Comments

Color spaces of #a5aeec

RGB 165174236
HSL0.650.650.79
HSV232°30°93°
CMYK 0.300.260.00   0.07
XYZ45.793444.327685.4994
Yxy44.32760.26080.2524
Hunter Lab66.57906.2601-29.5338
CIE-Lab72.446910.7381-32.0200

#a5aeec color RGB value is (165,174,236).

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

The process color (four color CMYK) of #a5aeec color hex is 0.30, 0.26, 0.00, 0.07. Web safe color of #a5aeec is #9999ff. Color #a5aeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101110 11101100
Octal 245 256 354
Decimal 165 174 236
Hex A5 AE EC

RGB Percentages of Color #a5aeec

%28.70
%30.26
%41.04

CMYK Percentages of Color #a5aeec

%30
%26
%0
%7

Triadic Colors of #a5aeec

#a5aeec #eca5ae #aeeca5

Analogous Colors of #a5aeec

#a5aeec #c0a5ec #a5d2ec

Monochromatic Colors of #a5aeec

#a5aeec

Complementary Color

#a5aeec #ece3a5

#a5aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aeec Color CSS Codes

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

#a5aeec Text Font Color

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

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


#a5aeec Background Color

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

This div background color is #a5aeec


#a5aeec Border Color

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

This div border color is #a5aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aeec


Comments

No comments written yet.

Please login to write comment.