Color Hex Logo

#a2abcc Color Hex

#A2ABCC
(162,171,204)
0 Favorites   0 Comments

Color spaces of #a2abcc

RGB 162171204
HSL0.630.290.72
HSV227°21°80°
CMYK 0.210.160.00   0.20
XYZ40.362341.166862.9454
Yxy41.16680.27940.2849
Hunter Lab64.16140.0075-13.2534
CIE-Lab70.29263.8713-17.8284

#a2abcc color RGB value is (162,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 11001100
Octal 242 253 314
Decimal 162 171 204
Hex A2 AB CC

RGB Percentages of Color #a2abcc

%30.17
%31.84
%37.99

CMYK Percentages of Color #a2abcc

%21
%16
%0
%20

Triadic Colors of #a2abcc

#a2abcc #cca2ab #abcca2

Analogous Colors of #a2abcc

#a2abcc #aea2cc #a2c0cc

Monochromatic Colors of #a2abcc

#a2abcc

Complementary Color

#a2abcc #ccc3a2

#a2abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abcc Color CSS Codes

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

#a2abcc Text Font Color

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

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


#a2abcc Background Color

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

This div background color is #a2abcc


#a2abcc Border Color

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

This div border color is #a2abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abcc


Comments

No comments written yet.

Please login to write comment.