Color Hex Logo

#a3c8aa Color Hex

#A3C8AA
(163,200,170)
0 Favorites   0 Comments

Color spaces of #a3c8aa

RGB 163200170
HSL0.360.250.71
HSV131°19°78°
CMYK 0.190.000.15   0.22
XYZ43.014251.997445.7996
Yxy51.99740.30550.3693
Hunter Lab72.1092-19.713312.8189
CIE-Lab77.2793-18.186810.9739

#a3c8aa color RGB value is (163,200,170).

#a3c8aa hex color red value is 163, green value is 200 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a3c8aa hue: 0.36 , saturation: 0.25 and the lightness value of a3c8aa is 0.71.

The process color (four color CMYK) of #a3c8aa color hex is 0.19, 0.00, 0.15, 0.22. Web safe color of #a3c8aa is #99cc99. Color #a3c8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001000 10101010
Octal 243 310 252
Decimal 163 200 170
Hex A3 C8 AA

RGB Percentages of Color #a3c8aa

%30.58
%37.52
%31.89

CMYK Percentages of Color #a3c8aa

%19
%0
%15
%22

Triadic Colors of #a3c8aa

#a3c8aa #aaa3c8 #c8aaa3

Analogous Colors of #a3c8aa

#a3c8aa #a3c8bd #afc8a3

Monochromatic Colors of #a3c8aa

#a3c8aa

Complementary Color

#a3c8aa #c8a3c1

#a3c8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c8aa Color CSS Codes

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

#a3c8aa Text Font Color

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

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


#a3c8aa Background Color

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

This div background color is #a3c8aa


#a3c8aa Border Color

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

This div border color is #a3c8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c8aa


Comments

No comments written yet.

Please login to write comment.