Color Hex Logo

#a3aebc Color Hex

#A3AEBC
(163,174,188)
0 Favorites   0 Comments

Color spaces of #a3aebc

RGB 163174188
HSL0.590.160.69
HSV214°13°74°
CMYK 0.130.070.00   0.26
XYZ39.317441.689553.5516
Yxy41.68950.29220.3098
Hunter Lab64.5674-4.2979-3.9774
CIE-Lab70.6563-0.9678-8.4630

#a3aebc color RGB value is (163,174,188).

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

The process color (four color CMYK) of #a3aebc color hex is 0.13, 0.07, 0.00, 0.26. Web safe color of #a3aebc is #9999cc. Color #a3aebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101110 10111100
Octal 243 256 274
Decimal 163 174 188
Hex A3 AE BC

RGB Percentages of Color #a3aebc

%31.05
%33.14
%35.81

CMYK Percentages of Color #a3aebc

%13
%7
%0
%26

Triadic Colors of #a3aebc

#a3aebc #bca3ae #aebca3

Analogous Colors of #a3aebc

#a3aebc #a5a3bc #a3bbbc

Monochromatic Colors of #a3aebc

#a3aebc

Complementary Color

#a3aebc #bcb1a3

#a3aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aebc Color CSS Codes

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

#a3aebc Text Font Color

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

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


#a3aebc Background Color

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

This div background color is #a3aebc


#a3aebc Border Color

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

This div border color is #a3aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aebc


Comments

No comments written yet.

Please login to write comment.