Color Hex Logo

#a7aebb Color Hex

#A7AEBB
(167,174,187)
0 Favorites   0 Comments

Color spaces of #a7aebb

RGB 167174187
HSL0.610.130.69
HSV219°11°73°
CMYK 0.110.070.00   0.27
XYZ40.042042.075453.0246
Yxy42.07540.29630.3113
Hunter Lab64.8656-3.3253-3.0610
CIE-Lab70.92290.1579-7.4838

#a7aebb color RGB value is (167,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101110 10111011
Octal 247 256 273
Decimal 167 174 187
Hex A7 AE BB

RGB Percentages of Color #a7aebb

%31.63
%32.95
%35.42

CMYK Percentages of Color #a7aebb

%11
%7
%0
%27

Triadic Colors of #a7aebb

#a7aebb #bba7ae #aebba7

Analogous Colors of #a7aebb

#a7aebb #aaa7bb #a7b8bb

Monochromatic Colors of #a7aebb

#a7aebb

Complementary Color

#a7aebb #bbb4a7

#a7aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aebb Color CSS Codes

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

#a7aebb Text Font Color

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

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


#a7aebb Background Color

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

This div background color is #a7aebb


#a7aebb Border Color

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

This div border color is #a7aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aebb


Comments

No comments written yet.

Please login to write comment.