Color Hex Logo

#a5aacc Color Hex

#A5AACC
(165,170,204)
0 Favorites   0 Comments

Color spaces of #a5aacc

RGB 165170204
HSL0.650.280.72
HSV232°19°80°
CMYK 0.190.170.00   0.20
XYZ40.790941.108462.9115
Yxy41.10840.28170.2839
Hunter Lab64.11581.3601-13.2952
CIE-Lab70.25185.3728-17.8689

#a5aacc color RGB value is (165,170,204).

#a5aacc hex color red value is 165, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a5aacc hue: 0.65 , saturation: 0.28 and the lightness value of a5aacc is 0.72.

The process color (four color CMYK) of #a5aacc color hex is 0.19, 0.17, 0.00, 0.20. Web safe color of #a5aacc is #9999cc. Color #a5aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101010 11001100
Octal 245 252 314
Decimal 165 170 204
Hex A5 AA CC

RGB Percentages of Color #a5aacc

%30.61
%31.54
%37.85

CMYK Percentages of Color #a5aacc

%19
%17
%0
%20

Triadic Colors of #a5aacc

#a5aacc #cca5aa #aacca5

Analogous Colors of #a5aacc

#a5aacc #b4a5cc #a5becc

Monochromatic Colors of #a5aacc

#a5aacc

Complementary Color

#a5aacc #ccc7a5

#a5aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aacc Color CSS Codes

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

#a5aacc Text Font Color

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

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


#a5aacc Background Color

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

This div background color is #a5aacc


#a5aacc Border Color

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

This div border color is #a5aacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,170,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aacc


Comments

No comments written yet.

Please login to write comment.