Color Hex Logo

#a2abdc Color Hex

#A2ABDC
(162,171,220)
0 Favorites   0 Comments

Color spaces of #a2abdc

RGB 162171220
HSL0.640.450.75
HSV231°26°86°
CMYK 0.260.220.00   0.14
XYZ42.381541.974573.5783
Yxy41.97450.26830.2658
Hunter Lab64.78773.3889-21.9832
CIE-Lab70.85337.6198-25.7594

#a2abdc color RGB value is (162,171,220).

#a2abdc hex color red value is 162, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a2abdc hue: 0.64 , saturation: 0.45 and the lightness value of a2abdc is 0.75.

The process color (four color CMYK) of #a2abdc color hex is 0.26, 0.22, 0.00, 0.14. Web safe color of #a2abdc is #9999cc. Color #a2abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 11011100
Octal 242 253 334
Decimal 162 171 220
Hex A2 AB DC

RGB Percentages of Color #a2abdc

%29.29
%30.92
%39.78

CMYK Percentages of Color #a2abdc

%26
%22
%0
%14

Triadic Colors of #a2abdc

#a2abdc #dca2ab #abdca2

Analogous Colors of #a2abdc

#a2abdc #b6a2dc #a2c8dc

Monochromatic Colors of #a2abdc

#a2abdc

Complementary Color

#a2abdc #dcd3a2

#a2abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abdc Color CSS Codes

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

#a2abdc Text Font Color

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

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


#a2abdc Background Color

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

This div background color is #a2abdc


#a2abdc Border Color

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

This div border color is #a2abdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,171,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abdc


Comments

No comments written yet.

Please login to write comment.