Color Hex Logo

#a994ee Color Hex

#A994EE
(169,148,238)
0 Favorites   0 Comments

Color spaces of #a994ee

RGB 169148238
HSL0.710.730.76
HSV254°38°93°
CMYK 0.290.380.00   0.07
XYZ42.384735.787985.5628
Yxy35.78790.25890.2186
Hunter Lab59.823021.7774-42.9244
CIE-Lab66.357527.0078-42.5645

#a994ee color RGB value is (169,148,238).

#a994ee hex color red value is 169, green value is 148 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a994ee hue: 0.71 , saturation: 0.73 and the lightness value of a994ee is 0.76.

The process color (four color CMYK) of #a994ee color hex is 0.29, 0.38, 0.00, 0.07. Web safe color of #a994ee is #9999ff. Color #a994ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 11101110
Octal 251 224 356
Decimal 169 148 238
Hex A9 94 EE

RGB Percentages of Color #a994ee

%30.45
%26.67
%42.88

CMYK Percentages of Color #a994ee

%29
%38
%0
%7

Triadic Colors of #a994ee

#a994ee #eea994 #94eea9

Analogous Colors of #a994ee

#a994ee #d694ee #94acee

Monochromatic Colors of #a994ee

#a994ee

Complementary Color

#a994ee #d9ee94

#a994ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994ee Color CSS Codes

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

#a994ee Text Font Color

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

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


#a994ee Background Color

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

This div background color is #a994ee


#a994ee Border Color

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

This div border color is #a994ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,148,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a994ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a994ee;
  -webkit-box-shadow: 1px 1px 3px 2px #a994ee;
  box-shadow:         1px 1px 3px 2px #a994ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,148,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994ee


Comments

No comments written yet.

Please login to write comment.