Color Hex Logo

#a3beaa Color Hex

#A3BEAA
(163,190,170)
0 Favorites   0 Comments

Color spaces of #a3beaa

RGB 163190170
HSL0.380.170.69
HSV136°14°75°
CMYK 0.140.000.11   0.25
XYZ40.773447.515745.0527
Yxy47.51570.30580.3563
Hunter Lab68.9316-15.04679.5011
CIE-Lab74.5184-13.07187.0329

#a3beaa color RGB value is (163,190,170).

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

The process color (four color CMYK) of #a3beaa color hex is 0.14, 0.00, 0.11, 0.25. Web safe color of #a3beaa is #99cc99. Color #a3beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 10101010
Octal 243 276 252
Decimal 163 190 170
Hex A3 BE AA

RGB Percentages of Color #a3beaa

%31.17
%36.33
%32.50

CMYK Percentages of Color #a3beaa

%14
%0
%11
%25

Triadic Colors of #a3beaa

#a3beaa #aaa3be #beaaa3

Analogous Colors of #a3beaa

#a3beaa #a3beb8 #aabea3

Monochromatic Colors of #a3beaa

#a3beaa

Complementary Color

#a3beaa #bea3b7

#a3beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3beaa Color CSS Codes

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

#a3beaa Text Font Color

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

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


#a3beaa Background Color

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

This div background color is #a3beaa


#a3beaa Border Color

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

This div border color is #a3beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3beaa


Comments

No comments written yet.

Please login to write comment.