Color Hex Logo

#a7aebe Color Hex

#A7AEBE
(167,174,190)
0 Favorites   0 Comments

Color spaces of #a7aebe

RGB 167174190
HSL0.620.150.70
HSV222°12°75°
CMYK 0.120.080.00   0.25
XYZ40.366742.205354.7341
Yxy42.20530.29400.3074
Hunter Lab64.9656-2.7780-4.4764
CIE-Lab71.01220.7832-9.0029

#a7aebe color RGB value is (167,174,190).

#a7aebe hex color red value is 167, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a7aebe hue: 0.62 , saturation: 0.15 and the lightness value of a7aebe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101110 10111110
Octal 247 256 276
Decimal 167 174 190
Hex A7 AE BE

RGB Percentages of Color #a7aebe

%31.45
%32.77
%35.78

CMYK Percentages of Color #a7aebe

%12
%8
%0
%25

Triadic Colors of #a7aebe

#a7aebe #bea7ae #aebea7

Analogous Colors of #a7aebe

#a7aebe #aca7be #a7babe

Monochromatic Colors of #a7aebe

#a7aebe

Complementary Color

#a7aebe #beb7a7

#a7aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aebe Color CSS Codes

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

#a7aebe Text Font Color

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

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


#a7aebe Background Color

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

This div background color is #a7aebe


#a7aebe Border Color

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

This div border color is #a7aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aebe


Comments

No comments written yet.

Please login to write comment.