Color Hex Logo

#a4aedf Color Hex

#A4AEDF
(164,174,223)
0 Favorites   0 Comments

Color spaces of #a4aedf

RGB 164174223
HSL0.640.480.76
HSV230°26°87°
CMYK 0.260.220.00   0.13
XYZ43.765243.492375.9002
Yxy43.49230.26820.2666
Hunter Lab65.94873.0468-22.0726
CIE-Lab71.88787.2734-25.8028

#a4aedf color RGB value is (164,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101110 11011111
Octal 244 256 337
Decimal 164 174 223
Hex A4 AE DF

RGB Percentages of Color #a4aedf

%29.23
%31.02
%39.75

CMYK Percentages of Color #a4aedf

%26
%22
%0
%13

Triadic Colors of #a4aedf

#a4aedf #dfa4ae #aedfa4

Analogous Colors of #a4aedf

#a4aedf #b8a4df #a4ccdf

Monochromatic Colors of #a4aedf

#a4aedf

Complementary Color

#a4aedf #dfd5a4

#a4aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aedf Color CSS Codes

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

#a4aedf Text Font Color

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

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


#a4aedf Background Color

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

This div background color is #a4aedf


#a4aedf Border Color

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

This div border color is #a4aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aedf


Comments

No comments written yet.

Please login to write comment.