Color Hex Logo

#a8aebe Color Hex

#A8AEBE
(168,174,190)
0 Favorites   0 Comments

Color spaces of #a8aebe

RGB 168174190
HSL0.620.140.70
HSV224°12°75°
CMYK 0.120.080.00   0.25
XYZ40.578842.314654.7440
Yxy42.31460.29480.3074
Hunter Lab65.0497-2.4864-4.3620
CIE-Lab71.08731.1168-8.8831

#a8aebe color RGB value is (168,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 10111110
Octal 250 256 276
Decimal 168 174 190
Hex A8 AE BE

RGB Percentages of Color #a8aebe

%31.58
%32.71
%35.71

CMYK Percentages of Color #a8aebe

%12
%8
%0
%25

Triadic Colors of #a8aebe

#a8aebe #bea8ae #aebea8

Analogous Colors of #a8aebe

#a8aebe #ada8be #a8b9be

Monochromatic Colors of #a8aebe

#a8aebe

Complementary Color

#a8aebe #beb8a8

#a8aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aebe Color CSS Codes

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

#a8aebe Text Font Color

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

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


#a8aebe Background Color

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

This div background color is #a8aebe


#a8aebe Border Color

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

This div border color is #a8aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aebe


Comments

No comments written yet.

Please login to write comment.