Color Hex Logo

#aba828 Color Hex

#ABA828
(171,168,40)
0 Favorites   0 Comments

Color spaces of #aba828

RGB 17116840
HSL0.160.620.41
HSV59°77°67°
CMYK 0.000.020.77   0.33
XYZ31.180236.81647.4704
Yxy36.81640.41320.4878
Hunter Lab60.6765-14.457135.1739
CIE-Lab67.1391-13.518661.4670

#aba828 color RGB value is (171,168,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 00101000
Octal 253 250 50
Decimal 171 168 40
Hex AB A8 28

RGB Percentages of Color #aba828

%45.12
%44.33
%10.55

CMYK Percentages of Color #aba828

%0
%2
%77
%33

Triadic Colors of #aba828

#aba828 #28aba8 #a828ab

Analogous Colors of #aba828

#aba828 #6dab28 #ab6728

Monochromatic Colors of #aba828

#aba828

Complementary Color

#aba828 #282bab

#aba828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba828 Color CSS Codes

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

#aba828 Text Font Color

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

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


#aba828 Background Color

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

This div background color is #aba828


#aba828 Border Color

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

This div border color is #aba828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba828


Comments

No comments written yet.

Please login to write comment.