Color Hex Logo

#aba63d Color Hex

#ABA63D
(171,166,61)
0 Favorites   0 Comments

Color spaces of #aba63d

RGB 17116661
HSL0.160.470.45
HSV57°64°67°
CMYK 0.000.030.64   0.33
XYZ31.273136.26739.7669
Yxy36.26730.40450.4691
Hunter Lab60.2223-12.695132.5399
CIE-Lab66.7237-11.386053.0983

#aba63d color RGB value is (171,166,61).

#aba63d hex color red value is 171, green value is 166 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aba63d hue: 0.16 , saturation: 0.47 and the lightness value of aba63d is 0.45.

The process color (four color CMYK) of #aba63d color hex is 0.00, 0.03, 0.64, 0.33. Web safe color of #aba63d is #999933. Color #aba63d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 00111101
Octal 253 246 75
Decimal 171 166 61
Hex AB A6 3D

RGB Percentages of Color #aba63d

%42.96
%41.71
%15.33

CMYK Percentages of Color #aba63d

%0
%3
%64
%33

Triadic Colors of #aba63d

#aba63d #3daba6 #a63dab

Analogous Colors of #aba63d

#aba63d #79ab3d #ab6f3d

Monochromatic Colors of #aba63d

#aba63d

Complementary Color

#aba63d #3d42ab

#aba63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba63d Color CSS Codes

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

#aba63d Text Font Color

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

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


#aba63d Background Color

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

This div background color is #aba63d


#aba63d Border Color

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

This div border color is #aba63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba63d


Comments

No comments written yet.

Please login to write comment.