Color Hex Logo

#a3b47d Color Hex

#A3B47D
(163,180,125)
0 Favorites   0 Comments

Color spaces of #a3b47d

RGB 163180125
HSL0.220.270.60
HSV79°31°71°
CMYK 0.090.000.31   0.29
XYZ35.127241.909725.6400
Yxy41.90970.34210.4082
Hunter Lab64.7377-16.435421.8340
CIE-Lab70.8086-15.359126.1656

#a3b47d color RGB value is (163,180,125).

#a3b47d hex color red value is 163, green value is 180 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a3b47d hue: 0.22 , saturation: 0.27 and the lightness value of a3b47d is 0.60.

The process color (four color CMYK) of #a3b47d color hex is 0.09, 0.00, 0.31, 0.29. Web safe color of #a3b47d is #99cc66. Color #a3b47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10110100 01111101
Octal 243 264 175
Decimal 163 180 125
Hex A3 B4 7D

RGB Percentages of Color #a3b47d

%34.83
%38.46
%26.71

CMYK Percentages of Color #a3b47d

%9
%0
%31
%29

Triadic Colors of #a3b47d

#a3b47d #7da3b4 #b47da3

Analogous Colors of #a3b47d

#a3b47d #88b47d #b4aa7d

Monochromatic Colors of #a3b47d

#a3b47d

Complementary Color

#a3b47d #8e7db4

#a3b47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3b47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3b47d Color CSS Codes

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

#a3b47d Text Font Color

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

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


#a3b47d Background Color

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

This div background color is #a3b47d


#a3b47d Border Color

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

This div border color is #a3b47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3b47d


Comments

No comments written yet.

Please login to write comment.