Color Hex Logo

#a5abcc Color Hex

#A5ABCC
(165,171,204)
0 Favorites   0 Comments

Color spaces of #a5abcc

RGB 165171204
HSL0.640.280.72
HSV231°19°80°
CMYK 0.190.160.00   0.20
XYZ40.979041.484862.9743
Yxy41.48480.28180.2852
Hunter Lab64.40870.8525-12.8835
CIE-Lab70.51434.8204-17.4718

#a5abcc color RGB value is (165,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101011 11001100
Octal 245 253 314
Decimal 165 171 204
Hex A5 AB CC

RGB Percentages of Color #a5abcc

%30.56
%31.67
%37.78

CMYK Percentages of Color #a5abcc

%19
%16
%0
%20

Triadic Colors of #a5abcc

#a5abcc #cca5ab #abcca5

Analogous Colors of #a5abcc

#a5abcc #b3a5cc #a5bfcc

Monochromatic Colors of #a5abcc

#a5abcc

Complementary Color

#a5abcc #ccc6a5

#a5abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5abcc Color CSS Codes

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

#a5abcc Text Font Color

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

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


#a5abcc Background Color

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

This div background color is #a5abcc


#a5abcc Border Color

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

This div border color is #a5abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5abcc


Comments

No comments written yet.

Please login to write comment.