Color Hex Logo

#a3aeba Color Hex

#A3AEBA
(163,174,186)
0 Favorites   0 Comments

Color spaces of #a3aeba

RGB 163174186
HSL0.590.140.68
HSV211°12°73°
CMYK 0.120.060.00   0.27
XYZ39.103241.603852.4237
Yxy41.60380.29370.3125
Hunter Lab64.5010-4.6626-3.0377
CIE-Lab70.5969-1.3895-7.4492

#a3aeba color RGB value is (163,174,186).

#a3aeba hex color red value is 163, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a3aeba hue: 0.59 , saturation: 0.14 and the lightness value of a3aeba is 0.68.

The process color (four color CMYK) of #a3aeba color hex is 0.12, 0.06, 0.00, 0.27. Web safe color of #a3aeba is #9999cc. Color #a3aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101110 10111010
Octal 243 256 272
Decimal 163 174 186
Hex A3 AE BA

RGB Percentages of Color #a3aeba

%31.17
%33.27
%35.56

CMYK Percentages of Color #a3aeba

%12
%6
%0
%27

Triadic Colors of #a3aeba

#a3aeba #baa3ae #aebaa3

Analogous Colors of #a3aeba

#a3aeba #a4a3ba #a3baba

Monochromatic Colors of #a3aeba

#a3aeba

Complementary Color

#a3aeba #baafa3

#a3aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aeba Color CSS Codes

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

#a3aeba Text Font Color

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

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


#a3aeba Background Color

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

This div background color is #a3aeba


#a3aeba Border Color

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

This div border color is #a3aeba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,174,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aeba


Comments

No comments written yet.

Please login to write comment.