Color Hex Logo

#a3bdaa Color Hex

#A3BDAA
(163,189,170)
0 Favorites   0 Comments

Color spaces of #a3bdaa

RGB 163189170
HSL0.380.160.69
HSV136°14°74°
CMYK 0.140.000.10   0.26
XYZ40.557647.084044.9807
Yxy47.08400.30580.3550
Hunter Lab68.6178-14.57599.1663
CIE-Lab74.2435-12.55306.6382

#a3bdaa color RGB value is (163,189,170).

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

The process color (four color CMYK) of #a3bdaa color hex is 0.14, 0.00, 0.10, 0.26. Web safe color of #a3bdaa is #99cc99. Color #a3bdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111101 10101010
Octal 243 275 252
Decimal 163 189 170
Hex A3 BD AA

RGB Percentages of Color #a3bdaa

%31.23
%36.21
%32.57

CMYK Percentages of Color #a3bdaa

%14
%0
%10
%26

Triadic Colors of #a3bdaa

#a3bdaa #aaa3bd #bdaaa3

Analogous Colors of #a3bdaa

#a3bdaa #a3bdb7 #a9bda3

Monochromatic Colors of #a3bdaa

#a3bdaa

Complementary Color

#a3bdaa #bda3b6

#a3bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bdaa Color CSS Codes

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

#a3bdaa Text Font Color

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

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


#a3bdaa Background Color

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

This div background color is #a3bdaa


#a3bdaa Border Color

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

This div border color is #a3bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bdaa


Comments

No comments written yet.

Please login to write comment.