Color Hex Logo

#a0baae Color Hex

#A0BAAE
(160,186,174)
0 Favorites   0 Comments

Color spaces of #a0baae

RGB 160186174
HSL0.420.160.68
HSV152°14°73°
CMYK 0.140.000.06   0.27
XYZ39.696145.647446.7630
Yxy45.64740.30050.3455
Hunter Lab67.5629-13.35856.2570
CIE-Lab73.3162-11.24033.0975

#a0baae color RGB value is (160,186,174).

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

The process color (four color CMYK) of #a0baae color hex is 0.14, 0.00, 0.06, 0.27. Web safe color of #a0baae is #99cc99. Color #a0baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 10101110
Octal 240 272 256
Decimal 160 186 174
Hex A0 BA AE

RGB Percentages of Color #a0baae

%30.77
%35.77
%33.46

CMYK Percentages of Color #a0baae

%14
%0
%6
%27

Triadic Colors of #a0baae

#a0baae #aea0ba #baaea0

Analogous Colors of #a0baae

#a0baae #a0b9ba #a0baa1

Monochromatic Colors of #a0baae

#a0baae

Complementary Color

#a0baae #baa0ac

#a0baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0baae Color CSS Codes

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

#a0baae Text Font Color

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

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


#a0baae Background Color

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

This div background color is #a0baae


#a0baae Border Color

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

This div border color is #a0baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0baae


Comments

No comments written yet.

Please login to write comment.