Color Hex Logo

#aba726 Color Hex

#ABA726
(171,167,38)
0 Favorites   0 Comments

Color spaces of #aba726

RGB 17116738
HSL0.160.640.41
HSV58°78°67°
CMYK 0.000.020.78   0.33
XYZ30.963236.43537.2345
Yxy36.43530.41490.4882
Hunter Lab60.3617-14.069335.1471
CIE-Lab66.8512-13.079761.8417

#aba726 color RGB value is (171,167,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00100110
Octal 253 247 46
Decimal 171 167 38
Hex AB A7 26

RGB Percentages of Color #aba726

%45.48
%44.41
%10.11

CMYK Percentages of Color #aba726

%0
%2
%78
%33

Triadic Colors of #aba726

#aba726 #26aba7 #a726ab

Analogous Colors of #aba726

#aba726 #6dab26 #ab6526

Monochromatic Colors of #aba726

#aba726

Complementary Color

#aba726 #262aab

#aba726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba726 Color CSS Codes

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

#aba726 Text Font Color

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

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


#aba726 Background Color

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

This div background color is #aba726


#aba726 Border Color

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

This div border color is #aba726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba726


Comments

No comments written yet.

Please login to write comment.