Color Hex Logo

#a2abeb Color Hex

#A2ABEB
(162,171,235)
0 Favorites   0 Comments

Color spaces of #a2abeb

RGB 162171235
HSL0.650.650.78
HSV233°31°92°
CMYK 0.310.270.00   0.08
XYZ44.458642.805484.5163
Yxy42.80540.25880.2492
Hunter Lab65.42586.8003-30.7920
CIE-Lab71.422711.3068-33.0760

#a2abeb color RGB value is (162,171,235).

#a2abeb hex color red value is 162, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a2abeb hue: 0.65 , saturation: 0.65 and the lightness value of a2abeb is 0.78.

The process color (four color CMYK) of #a2abeb color hex is 0.31, 0.27, 0.00, 0.08. Web safe color of #a2abeb is #9999ff. Color #a2abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 11101011
Octal 242 253 353
Decimal 162 171 235
Hex A2 AB EB

RGB Percentages of Color #a2abeb

%28.52
%30.11
%41.37

CMYK Percentages of Color #a2abeb

%31
%27
%0
%8

Triadic Colors of #a2abeb

#a2abeb #eba2ab #abeba2

Analogous Colors of #a2abeb

#a2abeb #bea2eb #a2d0eb

Monochromatic Colors of #a2abeb

#a2abeb

Complementary Color

#a2abeb #ebe2a2

#a2abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abeb Color CSS Codes

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

#a2abeb Text Font Color

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

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


#a2abeb Background Color

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

This div background color is #a2abeb


#a2abeb Border Color

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

This div border color is #a2abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abeb

#a2abeb Color Palettes


Comments

No comments written yet.

Please login to write comment.