Color Hex Logo

#a4aeda Color Hex

#A4AEDA
(164,174,218)
0 Favorites   0 Comments

Color spaces of #a4aeda

RGB 164174218
HSL0.640.420.75
HSV229°25°85°
CMYK 0.250.200.00   0.15
XYZ43.100843.226672.4016
Yxy43.22660.27150.2723
Hunter Lab65.74691.9596-19.2683
CIE-Lab71.70856.0827-23.3443

#a4aeda color RGB value is (164,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101110 11011010
Octal 244 256 332
Decimal 164 174 218
Hex A4 AE DA

RGB Percentages of Color #a4aeda

%29.50
%31.29
%39.21

CMYK Percentages of Color #a4aeda

%25
%20
%0
%15

Triadic Colors of #a4aeda

#a4aeda #daa4ae #aedaa4

Analogous Colors of #a4aeda

#a4aeda #b5a4da #a4c9da

Monochromatic Colors of #a4aeda

#a4aeda

Complementary Color

#a4aeda #dad0a4

#a4aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aeda Color CSS Codes

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

#a4aeda Text Font Color

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

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


#a4aeda Background Color

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

This div background color is #a4aeda


#a4aeda Border Color

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

This div border color is #a4aeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a4aeda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aeda


Comments

No comments written yet.

Please login to write comment.