Color Hex Logo

#aba82d Color Hex

#ABA82D
(171,168,45)
0 Favorites   0 Comments

Color spaces of #aba82d

RGB 17116845
HSL0.160.580.42
HSV59°74°67°
CMYK 0.000.020.74   0.33
XYZ31.270936.85277.9477
Yxy36.85270.41110.4844
Hunter Lab60.7064-14.287934.7322
CIE-Lab67.1664-13.302359.8062

#aba82d color RGB value is (171,168,45).

#aba82d hex color red value is 171, green value is 168 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aba82d hue: 0.16 , saturation: 0.58 and the lightness value of aba82d is 0.42.

The process color (four color CMYK) of #aba82d color hex is 0.00, 0.02, 0.74, 0.33. Web safe color of #aba82d is #999933. Color #aba82d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 00101101
Octal 253 250 55
Decimal 171 168 45
Hex AB A8 2D

RGB Percentages of Color #aba82d

%44.53
%43.75
%11.72

CMYK Percentages of Color #aba82d

%0
%2
%74
%33

Triadic Colors of #aba82d

#aba82d #2daba8 #a82dab

Analogous Colors of #aba82d

#aba82d #6fab2d #ab692d

Monochromatic Colors of #aba82d

#aba82d

Complementary Color

#aba82d #2d30ab

#aba82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba82d Color CSS Codes

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

#aba82d Text Font Color

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

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


#aba82d Background Color

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

This div background color is #aba82d


#aba82d Border Color

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

This div border color is #aba82d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,168,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba82d


Comments

No comments written yet.

Please login to write comment.