Color Hex Logo

#a3bb2e Color Hex

#A3BB2E
(163,187,46)
0 Favorites   0 Comments

Color spaces of #a3bb2e

RGB 16318746
HSL0.200.610.46
HSV70°75°73°
CMYK 0.130.000.75   0.27
XYZ33.367743.52449.2272
Yxy43.52440.38750.5054
Hunter Lab65.9730-25.171437.8886
CIE-Lab71.9095-26.198063.7197

#a3bb2e color RGB value is (163,187,46).

#a3bb2e hex color red value is 163, green value is 187 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a3bb2e hue: 0.20 , saturation: 0.61 and the lightness value of a3bb2e is 0.46.

The process color (four color CMYK) of #a3bb2e color hex is 0.13, 0.00, 0.75, 0.27. Web safe color of #a3bb2e is #99cc33. Color #a3bb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111011 00101110
Octal 243 273 56
Decimal 163 187 46
Hex A3 BB 2E

RGB Percentages of Color #a3bb2e

%41.16
%47.22
%11.62

CMYK Percentages of Color #a3bb2e

%13
%0
%75
%27

Triadic Colors of #a3bb2e

#a3bb2e #2ea3bb #bb2ea3

Analogous Colors of #a3bb2e

#a3bb2e #5dbb2e #bb8d2e

Monochromatic Colors of #a3bb2e

#a3bb2e

Complementary Color

#a3bb2e #462ebb

#a3bb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bb2e Color CSS Codes

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

#a3bb2e Text Font Color

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

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


#a3bb2e Background Color

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

This div background color is #a3bb2e


#a3bb2e Border Color

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

This div border color is #a3bb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bb2e


Comments

No comments written yet.

Please login to write comment.