Color Hex Logo

#a7baae Color Hex

#A7BAAE
(167,186,174)
0 Favorites   0 Comments

Color spaces of #a7baae

RGB 167186174
HSL0.390.120.69
HSV142°10°73°
CMYK 0.100.000.06   0.27
XYZ41.135246.389346.8304
Yxy46.38930.30620.3453
Hunter Lab68.1097-11.38606.9106
CIE-Lab73.7974-8.85193.8548

#a7baae color RGB value is (167,186,174).

#a7baae hex color red value is 167, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a7baae hue: 0.39 , saturation: 0.12 and the lightness value of a7baae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111010 10101110
Octal 247 272 256
Decimal 167 186 174
Hex A7 BA AE

RGB Percentages of Color #a7baae

%31.69
%35.29
%33.02

CMYK Percentages of Color #a7baae

%10
%0
%6
%27

Triadic Colors of #a7baae

#a7baae #aea7ba #baaea7

Analogous Colors of #a7baae

#a7baae #a7bab8 #aabaa7

Monochromatic Colors of #a7baae

#a7baae

Complementary Color

#a7baae #baa7b3

#a7baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7baae Color CSS Codes

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

#a7baae Text Font Color

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

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


#a7baae Background Color

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

This div background color is #a7baae


#a7baae Border Color

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

This div border color is #a7baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7baae


Comments

No comments written yet.

Please login to write comment.