Color Hex Logo

#a68eae Color Hex

#A68EAE
(166,142,174)
0 Favorites   0 Comments

Color spaces of #a68eae

RGB 166142174
HSL0.790.160.62
HSV285°18°68°
CMYK 0.050.180.00   0.32
XYZ33.038930.509044.1919
Yxy30.50900.30670.2832
Hunter Lab55.235010.1090-8.7718
CIE-Lab62.090914.9608-13.4386

#a68eae color RGB value is (166,142,174).

#a68eae hex color red value is 166, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a68eae hue: 0.79 , saturation: 0.16 and the lightness value of a68eae is 0.62.

The process color (four color CMYK) of #a68eae color hex is 0.05, 0.18, 0.00, 0.32. Web safe color of #a68eae is #999999. Color #a68eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 10101110
Octal 246 216 256
Decimal 166 142 174
Hex A6 8E AE

RGB Percentages of Color #a68eae

%34.44
%29.46
%36.10

CMYK Percentages of Color #a68eae

%5
%18
%0
%32

Triadic Colors of #a68eae

#a68eae #aea68e #8eaea6

Analogous Colors of #a68eae

#a68eae #ae8ea6 #968eae

Monochromatic Colors of #a68eae

#a68eae

Complementary Color

#a68eae #96ae8e

#a68eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68eae Color CSS Codes

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

#a68eae Text Font Color

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

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


#a68eae Background Color

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

This div background color is #a68eae


#a68eae Border Color

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

This div border color is #a68eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68eae


Comments

No comments written yet.

Please login to write comment.