Color Hex Logo

#a3bd3d Color Hex

#A3BD3D
(163,189,61)
0 Favorites   0 Comments

Color spaces of #a3bd3d

RGB 16318961
HSL0.200.510.49
HSV72°68°74°
CMYK 0.140.000.68   0.26
XYZ34.144244.518611.2082
Yxy44.51860.37990.4954
Hunter Lab66.7223-25.419036.7459
CIE-Lab72.5738-26.346358.9813

#a3bd3d color RGB value is (163,189,61).

#a3bd3d hex color red value is 163, green value is 189 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a3bd3d hue: 0.20 , saturation: 0.51 and the lightness value of a3bd3d is 0.49.

The process color (four color CMYK) of #a3bd3d color hex is 0.14, 0.00, 0.68, 0.26. Web safe color of #a3bd3d is #99cc33. Color #a3bd3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111101 00111101
Octal 243 275 75
Decimal 163 189 61
Hex A3 BD 3D

RGB Percentages of Color #a3bd3d

%39.47
%45.76
%14.77

CMYK Percentages of Color #a3bd3d

%14
%0
%68
%26

Triadic Colors of #a3bd3d

#a3bd3d #3da3bd #bd3da3

Analogous Colors of #a3bd3d

#a3bd3d #63bd3d #bd973d

Monochromatic Colors of #a3bd3d

#a3bd3d

Complementary Color

#a3bd3d #573dbd

#a3bd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bd3d Color CSS Codes

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

#a3bd3d Text Font Color

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

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


#a3bd3d Background Color

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

This div background color is #a3bd3d


#a3bd3d Border Color

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

This div border color is #a3bd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bd3d


Comments

No comments written yet.

Please login to write comment.