Color Hex Logo

#a2abbe Color Hex

#A2ABBE
(162,171,190)
0 Favorites   0 Comments

Color spaces of #a2abbe

RGB 162171190
HSL0.610.180.69
HSV221°15°75°
CMYK 0.150.100.00   0.25
XYZ38.757540.524954.4945
Yxy40.52490.28970.3029
Hunter Lab63.6592-2.7277-6.1929
CIE-Lab69.84180.7663-10.7886

#a2abbe color RGB value is (162,171,190).

#a2abbe hex color red value is 162, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a2abbe hue: 0.61 , saturation: 0.18 and the lightness value of a2abbe is 0.69.

The process color (four color CMYK) of #a2abbe color hex is 0.15, 0.10, 0.00, 0.25. Web safe color of #a2abbe is #9999cc. Color #a2abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 10111110
Octal 242 253 276
Decimal 162 171 190
Hex A2 AB BE

RGB Percentages of Color #a2abbe

%30.98
%32.70
%36.33

CMYK Percentages of Color #a2abbe

%15
%10
%0
%25

Triadic Colors of #a2abbe

#a2abbe #bea2ab #abbea2

Analogous Colors of #a2abbe

#a2abbe #a7a2be #a2b9be

Monochromatic Colors of #a2abbe

#a2abbe

Complementary Color

#a2abbe #beb5a2

#a2abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abbe Color CSS Codes

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

#a2abbe Text Font Color

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

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


#a2abbe Background Color

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

This div background color is #a2abbe


#a2abbe Border Color

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

This div border color is #a2abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abbe


Comments

No comments written yet.

Please login to write comment.