Color Hex Logo

#a4a5ea Color Hex

#A4A5EA
(164,165,234)
0 Favorites   0 Comments

Color spaces of #a4a5ea

RGB 164165234
HSL0.660.630.78
HSV239°30°92°
CMYK 0.300.290.00   0.08
XYZ43.616340.743383.4073
Yxy40.74330.26000.2429
Hunter Lab63.830510.2683-32.7929
CIE-Lab69.995714.9909-34.7288

#a4a5ea color RGB value is (164,165,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10100101 11101010
Octal 244 245 352
Decimal 164 165 234
Hex A4 A5 EA

RGB Percentages of Color #a4a5ea

%29.13
%29.31
%41.56

CMYK Percentages of Color #a4a5ea

%30
%29
%0
%8

Triadic Colors of #a4a5ea

#a4a5ea #eaa4a5 #a5eaa4

Analogous Colors of #a4a5ea

#a4a5ea #c6a4ea #a4c8ea

Monochromatic Colors of #a4a5ea

#a4a5ea

Complementary Color

#a4a5ea #eae9a4

#a4a5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a5ea Color CSS Codes

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

#a4a5ea Text Font Color

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

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


#a4a5ea Background Color

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

This div background color is #a4a5ea


#a4a5ea Border Color

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

This div border color is #a4a5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a5ea


Comments

No comments written yet.

Please login to write comment.