Color Hex Logo

#a4aede Color Hex

#A4AEDE
(164,174,222)
0 Favorites   0 Comments

Color spaces of #a4aede

RGB 164174222
HSL0.640.470.76
HSV230°26°87°
CMYK 0.260.220.00   0.13
XYZ43.630743.438575.1921
Yxy43.43850.26890.2677
Hunter Lab65.90792.8273-21.5064
CIE-Lab71.85167.0338-25.3121

#a4aede color RGB value is (164,174,222).

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

The process color (four color CMYK) of #a4aede color hex is 0.26, 0.22, 0.00, 0.13. Web safe color of #a4aede is #9999cc. Color #a4aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101110 11011110
Octal 244 256 336
Decimal 164 174 222
Hex A4 AE DE

RGB Percentages of Color #a4aede

%29.29
%31.07
%39.64

CMYK Percentages of Color #a4aede

%26
%22
%0
%13

Triadic Colors of #a4aede

#a4aede #dea4ae #aedea4

Analogous Colors of #a4aede

#a4aede #b7a4de #a4cbde

Monochromatic Colors of #a4aede

#a4aede

Complementary Color

#a4aede #ded4a4

#a4aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aede Color CSS Codes

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

#a4aede Text Font Color

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

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


#a4aede Background Color

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

This div background color is #a4aede


#a4aede Border Color

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

This div border color is #a4aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aede


Comments

No comments written yet.

Please login to write comment.