Color Hex Logo

#a8aeba Color Hex

#A8AEBA
(168,174,186)
0 Favorites   0 Comments

Color spaces of #a8aeba

RGB 168174186
HSL0.610.120.69
HSV220°10°73°
CMYK 0.100.060.00   0.27
XYZ40.147442.142152.4726
Yxy42.14210.29790.3127
Hunter Lab64.9169-3.2127-2.4825
CIE-Lab70.96880.2886-6.8568

#a8aeba color RGB value is (168,174,186).

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

The process color (four color CMYK) of #a8aeba color hex is 0.10, 0.06, 0.00, 0.27. Web safe color of #a8aeba is #9999cc. Color #a8aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 10111010
Octal 250 256 272
Decimal 168 174 186
Hex A8 AE BA

RGB Percentages of Color #a8aeba

%31.82
%32.95
%35.23

CMYK Percentages of Color #a8aeba

%10
%6
%0
%27

Triadic Colors of #a8aeba

#a8aeba #baa8ae #aebaa8

Analogous Colors of #a8aeba

#a8aeba #aba8ba #a8b7ba

Monochromatic Colors of #a8aeba

#a8aeba

Complementary Color

#a8aeba #bab4a8

#a8aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aeba Color CSS Codes

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

#a8aeba Text Font Color

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

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


#a8aeba Background Color

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

This div background color is #a8aeba


#a8aeba Border Color

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

This div border color is #a8aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aeba


Comments

No comments written yet.

Please login to write comment.