Color Hex Logo

#a894ae Color Hex

#A894AE
(168,148,174)
0 Favorites   0 Comments

Color spaces of #a894ae

RGB 168148174
HSL0.790.140.63
HSV286°15°68°
CMYK 0.030.150.00   0.32
XYZ34.378332.560644.5173
Yxy32.56060.30840.2921
Hunter Lab57.06197.6833-6.3122
CIE-Lab63.803512.2669-10.8484

#a894ae color RGB value is (168,148,174).

#a894ae hex color red value is 168, green value is 148 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a894ae hue: 0.79 , saturation: 0.14 and the lightness value of a894ae is 0.63.

The process color (four color CMYK) of #a894ae color hex is 0.03, 0.15, 0.00, 0.32. Web safe color of #a894ae is #999999. Color #a894ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010100 10101110
Octal 250 224 256
Decimal 168 148 174
Hex A8 94 AE

RGB Percentages of Color #a894ae

%34.29
%30.20
%35.51

CMYK Percentages of Color #a894ae

%3
%15
%0
%32

Triadic Colors of #a894ae

#a894ae #aea894 #94aea8

Analogous Colors of #a894ae

#a894ae #ae94a7 #9b94ae

Monochromatic Colors of #a894ae

#a894ae

Complementary Color

#a894ae #9aae94

#a894ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a894ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a894ae Color CSS Codes

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

#a894ae Text Font Color

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

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


#a894ae Background Color

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

This div background color is #a894ae


#a894ae Border Color

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

This div border color is #a894ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a894ae


Comments

No comments written yet.

Please login to write comment.