Color Hex Logo

#a69ace Color Hex

#A69ACE
(166,154,206)
0 Favorites   0 Comments

Color spaces of #a69ace

RGB 166154206
HSL0.710.350.71
HSV254°25°81°
CMYK 0.190.250.00   0.19
XYZ38.422135.674463.2533
Yxy35.67440.27970.2597
Hunter Lab59.728110.3021-20.9798
CIE-Lab66.270415.0875-25.0345

#a69ace color RGB value is (166,154,206).

#a69ace hex color red value is 166, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a69ace hue: 0.71 , saturation: 0.35 and the lightness value of a69ace is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 11001110
Octal 246 232 316
Decimal 166 154 206
Hex A6 9A CE

RGB Percentages of Color #a69ace

%31.56
%29.28
%39.16

CMYK Percentages of Color #a69ace

%19
%25
%0
%19

Triadic Colors of #a69ace

#a69ace #cea69a #9acea6

Analogous Colors of #a69ace

#a69ace #c09ace #9aa8ce

Monochromatic Colors of #a69ace

#a69ace

Complementary Color

#a69ace #c2ce9a

#a69ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69ace Color CSS Codes

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

#a69ace Text Font Color

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

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


#a69ace Background Color

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

This div background color is #a69ace


#a69ace Border Color

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

This div border color is #a69ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,154,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69ace


Comments

No comments written yet.

Please login to write comment.