Color Hex Logo

#a2aebe Color Hex

#A2AEBE
(162,174,190)
0 Favorites   0 Comments

Color spaces of #a2aebe

RGB 162174190
HSL0.600.180.69
HSV214°15°75°
CMYK 0.150.080.00   0.25
XYZ39.330641.671254.6856
Yxy41.67120.28990.3071
Hunter Lab64.5532-4.2128-5.0396
CIE-Lab70.6436-0.8715-9.5914

#a2aebe color RGB value is (162,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101110 10111110
Octal 242 256 276
Decimal 162 174 190
Hex A2 AE BE

RGB Percentages of Color #a2aebe

%30.80
%33.08
%36.12

CMYK Percentages of Color #a2aebe

%15
%8
%0
%25

Triadic Colors of #a2aebe

#a2aebe #bea2ae #aebea2

Analogous Colors of #a2aebe

#a2aebe #a4a2be #a2bcbe

Monochromatic Colors of #a2aebe

#a2aebe

Complementary Color

#a2aebe #beb2a2

#a2aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2aebe Color CSS Codes

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

#a2aebe Text Font Color

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

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


#a2aebe Background Color

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

This div background color is #a2aebe


#a2aebe Border Color

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

This div border color is #a2aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2aebe


Comments

No comments written yet.

Please login to write comment.