Color Hex Logo

#aba741 Color Hex

#ABA741
(171,167,65)
0 Favorites   0 Comments

Color spaces of #aba741

RGB 17116765
HSL0.160.450.46
HSV58°62°67°
CMYK 0.000.020.62   0.33
XYZ31.567436.677010.4166
Yxy36.67700.40130.4663
Hunter Lab60.5615-12.940532.1952
CIE-Lab67.0340-11.644251.6907

#aba741 color RGB value is (171,167,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01000001
Octal 253 247 101
Decimal 171 167 65
Hex AB A7 41

RGB Percentages of Color #aba741

%42.43
%41.44
%16.13

CMYK Percentages of Color #aba741

%0
%2
%62
%33

Triadic Colors of #aba741

#aba741 #41aba7 #a741ab

Analogous Colors of #aba741

#aba741 #7aab41 #ab7241

Monochromatic Colors of #aba741

#aba741

Complementary Color

#aba741 #4145ab

#aba741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba741 Color CSS Codes

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

#aba741 Text Font Color

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

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


#aba741 Background Color

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

This div background color is #aba741


#aba741 Border Color

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

This div border color is #aba741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba741


Comments

No comments written yet.

Please login to write comment.