Color Hex Logo

#a0aebe Color Hex

#A0AEBE
(160,174,190)
0 Favorites   0 Comments

Color spaces of #a0aebe

RGB 160174190
HSL0.590.190.69
HSV212°16°75°
CMYK 0.160.080.00   0.25
XYZ38.927541.463454.6667
Yxy41.46340.28820.3070
Hunter Lab64.3921-4.7760-5.2608
CIE-Lab70.4994-1.5269-9.8218

#a0aebe color RGB value is (160,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101110 10111110
Octal 240 256 276
Decimal 160 174 190
Hex A0 AE BE

RGB Percentages of Color #a0aebe

%30.53
%33.21
%36.26

CMYK Percentages of Color #a0aebe

%16
%8
%0
%25

Triadic Colors of #a0aebe

#a0aebe #bea0ae #aebea0

Analogous Colors of #a0aebe

#a0aebe #a1a0be #a0bdbe

Monochromatic Colors of #a0aebe

#a0aebe

Complementary Color

#a0aebe #beb0a0

#a0aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aebe Color CSS Codes

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

#a0aebe Text Font Color

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

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


#a0aebe Background Color

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

This div background color is #a0aebe


#a0aebe Border Color

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

This div border color is #a0aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aebe


Comments

No comments written yet.

Please login to write comment.