Color Hex Logo

#a2abde Color Hex

#A2ABDE
(162,171,222)
0 Favorites   0 Comments

Color spaces of #a2abde

RGB 162171222
HSL0.640.480.75
HSV231°27°87°
CMYK 0.270.230.00   0.13
XYZ42.648042.081174.9819
Yxy42.08110.26700.2635
Hunter Lab64.86993.8304-23.1232
CIE-Lab70.92688.1022-26.7417

#a2abde color RGB value is (162,171,222).

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

The process color (four color CMYK) of #a2abde color hex is 0.27, 0.23, 0.00, 0.13. Web safe color of #a2abde is #9999cc. Color #a2abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 11011110
Octal 242 253 336
Decimal 162 171 222
Hex A2 AB DE

RGB Percentages of Color #a2abde

%29.19
%30.81
%40.00

CMYK Percentages of Color #a2abde

%27
%23
%0
%13

Triadic Colors of #a2abde

#a2abde #dea2ab #abdea2

Analogous Colors of #a2abde

#a2abde #b7a2de #a2c9de

Monochromatic Colors of #a2abde

#a2abde

Complementary Color

#a2abde #ded5a2

#a2abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abde Color CSS Codes

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

#a2abde Text Font Color

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

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


#a2abde Background Color

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

This div background color is #a2abde


#a2abde Border Color

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

This div border color is #a2abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abde


Comments

No comments written yet.

Please login to write comment.