Color Hex Logo

#a0aebb Color Hex

#A0AEBB
(160,174,187)
0 Favorites   0 Comments

Color spaces of #a0aebb

RGB 160174187
HSL0.580.170.68
HSV209°14°73°
CMYK 0.140.070.00   0.27
XYZ38.602941.333552.9573
Yxy41.33350.29050.3110
Hunter Lab64.2911-5.3311-3.8340
CIE-Lab70.4089-2.1721-8.3033

#a0aebb color RGB value is (160,174,187).

#a0aebb hex color red value is 160, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a0aebb hue: 0.58 , saturation: 0.17 and the lightness value of a0aebb is 0.68.

The process color (four color CMYK) of #a0aebb color hex is 0.14, 0.07, 0.00, 0.27. Web safe color of #a0aebb is #9999cc. Color #a0aebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101110 10111011
Octal 240 256 273
Decimal 160 174 187
Hex A0 AE BB

RGB Percentages of Color #a0aebb

%30.71
%33.40
%35.89

CMYK Percentages of Color #a0aebb

%14
%7
%0
%27

Triadic Colors of #a0aebb

#a0aebb #bba0ae #aebba0

Analogous Colors of #a0aebb

#a0aebb #a0a1bb #a0bbbb

Monochromatic Colors of #a0aebb

#a0aebb

Complementary Color

#a0aebb #bbada0

#a0aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aebb Color CSS Codes

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

#a0aebb Text Font Color

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

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


#a0aebb Background Color

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

This div background color is #a0aebb


#a0aebb Border Color

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

This div border color is #a0aebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,174,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aebb


Comments

No comments written yet.

Please login to write comment.