Color Hex Logo

#a69ede Color Hex

#A69EDE
(166,158,222)
0 Favorites   0 Comments

Color spaces of #a69ede

RGB 166158222
HSL0.690.490.75
HSV248°29°87°
CMYK 0.250.290.00   0.13
XYZ41.137637.834674.2419
Yxy37.83460.26850.2469
Hunter Lab61.509811.7381-28.5057
CIE-Lab67.898516.5817-31.3799

#a69ede color RGB value is (166,158,222).

#a69ede hex color red value is 166, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a69ede hue: 0.69 , saturation: 0.49 and the lightness value of a69ede is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011110 11011110
Octal 246 236 336
Decimal 166 158 222
Hex A6 9E DE

RGB Percentages of Color #a69ede

%30.40
%28.94
%40.66

CMYK Percentages of Color #a69ede

%25
%29
%0
%13

Triadic Colors of #a69ede

#a69ede #dea69e #9edea6

Analogous Colors of #a69ede

#a69ede #c69ede #9eb6de

Monochromatic Colors of #a69ede

#a69ede

Complementary Color

#a69ede #d6de9e

#a69ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69ede Color CSS Codes

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

#a69ede Text Font Color

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

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


#a69ede Background Color

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

This div background color is #a69ede


#a69ede Border Color

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

This div border color is #a69ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69ede


Comments

No comments written yet.

Please login to write comment.