Color Hex Logo

#a5aeeb Color Hex

#A5AEEB
(165,174,235)
0 Favorites   0 Comments

Color spaces of #a5aeeb

RGB 165174235
HSL0.650.640.78
HSV232°30°92°
CMYK 0.300.260.00   0.08
XYZ45.648544.269684.7362
Yxy44.26960.26140.2535
Hunter Lab66.53546.0280-28.9340
CIE-Lab72.408310.4906-31.5359

#a5aeeb color RGB value is (165,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101110 11101011
Octal 245 256 353
Decimal 165 174 235
Hex A5 AE EB

RGB Percentages of Color #a5aeeb

%28.75
%30.31
%40.94

CMYK Percentages of Color #a5aeeb

%30
%26
%0
%8

Triadic Colors of #a5aeeb

#a5aeeb #eba5ae #aeeba5

Analogous Colors of #a5aeeb

#a5aeeb #bfa5eb #a5d1eb

Monochromatic Colors of #a5aeeb

#a5aeeb

Complementary Color

#a5aeeb #ebe2a5

#a5aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aeeb Color CSS Codes

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

#a5aeeb Text Font Color

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

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


#a5aeeb Background Color

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

This div background color is #a5aeeb


#a5aeeb Border Color

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

This div border color is #a5aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aeeb


Comments

No comments written yet.

Please login to write comment.