Color Hex Logo

#a4afea Color Hex

#A4AFEA
(164,175,234)
0 Favorites   0 Comments

Color spaces of #a4afea

RGB 164175234
HSL0.640.630.78
HSV231°30°92°
CMYK 0.300.250.00   0.08
XYZ45.491144.493084.0323
Yxy44.49300.26140.2557
Hunter Lab66.70315.0056-28.0012
CIE-Lab72.55689.4001-30.7691

#a4afea color RGB value is (164,175,234).

#a4afea hex color red value is 164, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a4afea hue: 0.64 , saturation: 0.63 and the lightness value of a4afea is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 11101010
Octal 244 257 352
Decimal 164 175 234
Hex A4 AF EA

RGB Percentages of Color #a4afea

%28.62
%30.54
%40.84

CMYK Percentages of Color #a4afea

%30
%25
%0
%8

Triadic Colors of #a4afea

#a4afea #eaa4af #afeaa4

Analogous Colors of #a4afea

#a4afea #bca4ea #a4d2ea

Monochromatic Colors of #a4afea

#a4afea

Complementary Color

#a4afea #eadfa4

#a4afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afea Color CSS Codes

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

#a4afea Text Font Color

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

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


#a4afea Background Color

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

This div background color is #a4afea


#a4afea Border Color

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

This div border color is #a4afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afea


Comments

No comments written yet.

Please login to write comment.