Color Hex Logo

#a5aeda Color Hex

#A5AEDA
(165,174,218)
0 Favorites   0 Comments

Color spaces of #a5aeda

RGB 165174218
HSL0.640.420.75
HSV230°24°85°
CMYK 0.240.200.00   0.15
XYZ43.308043.333472.4113
Yxy43.33340.27230.2724
Hunter Lab65.82812.2351-19.1397
CIE-Lab71.78076.3862-23.2277

#a5aeda color RGB value is (165,174,218).

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

The process color (four color CMYK) of #a5aeda color hex is 0.24, 0.20, 0.00, 0.15. Web safe color of #a5aeda is #9999cc. Color #a5aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101110 11011010
Octal 245 256 332
Decimal 165 174 218
Hex A5 AE DA

RGB Percentages of Color #a5aeda

%29.62
%31.24
%39.14

CMYK Percentages of Color #a5aeda

%24
%20
%0
%15

Triadic Colors of #a5aeda

#a5aeda #daa5ae #aedaa5

Analogous Colors of #a5aeda

#a5aeda #b7a5da #a5c9da

Monochromatic Colors of #a5aeda

#a5aeda

Complementary Color

#a5aeda #dad1a5

#a5aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aeda Color CSS Codes

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

#a5aeda Text Font Color

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

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


#a5aeda Background Color

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

This div background color is #a5aeda


#a5aeda Border Color

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

This div border color is #a5aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aeda


Comments

No comments written yet.

Please login to write comment.