Color Hex Logo

#a4aeed Color Hex

#A4AEED
(164,174,237)
0 Favorites   0 Comments

Color spaces of #a4aeed

RGB 164174237
HSL0.640.670.79
HSV232°31°93°
CMYK 0.310.270.00   0.07
XYZ45.732044.279086.2571
Yxy44.27900.25940.2512
Hunter Lab66.54256.2267-30.2762
CIE-Lab72.414610.7022-32.6192

#a4aeed color RGB value is (164,174,237).

#a4aeed hex color red value is 164, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a4aeed hue: 0.64 , saturation: 0.67 and the lightness value of a4aeed is 0.79.

The process color (four color CMYK) of #a4aeed color hex is 0.31, 0.27, 0.00, 0.07. Web safe color of #a4aeed is #9999ff. Color #a4aeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101110 11101101
Octal 244 256 355
Decimal 164 174 237
Hex A4 AE ED

RGB Percentages of Color #a4aeed

%28.52
%30.26
%41.22

CMYK Percentages of Color #a4aeed

%31
%27
%0
%7

Triadic Colors of #a4aeed

#a4aeed #eda4ae #aeeda4

Analogous Colors of #a4aeed

#a4aeed #bfa4ed #a4d3ed

Monochromatic Colors of #a4aeed

#a4aeed

Complementary Color

#a4aeed #ede3a4

#a4aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aeed Color CSS Codes

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

#a4aeed Text Font Color

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

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


#a4aeed Background Color

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

This div background color is #a4aeed


#a4aeed Border Color

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

This div border color is #a4aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aeed


Comments

No comments written yet.

Please login to write comment.