Color Hex Logo

#abaa3c Color Hex

#ABAA3C
(171,170,60)
0 Favorites   0 Comments

Color spaces of #abaa3c

RGB 17117060
HSL0.170.480.45
HSV59°65°67°
CMYK 0.000.010.65   0.33
XYZ31.984937.73369.8725
Yxy37.73360.40190.4741
Hunter Lab61.4277-14.554933.4704
CIE-Lab67.8238-13.528854.6736

#abaa3c color RGB value is (171,170,60).

#abaa3c hex color red value is 171, green value is 170 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #abaa3c hue: 0.17 , saturation: 0.48 and the lightness value of abaa3c is 0.45.

The process color (four color CMYK) of #abaa3c color hex is 0.00, 0.01, 0.65, 0.33. Web safe color of #abaa3c is #999933. Color #abaa3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00111100
Octal 253 252 74
Decimal 171 170 60
Hex AB AA 3C

RGB Percentages of Color #abaa3c

%42.64
%42.39
%14.96

CMYK Percentages of Color #abaa3c

%0
%1
%65
%33

Triadic Colors of #abaa3c

#abaa3c #3cabaa #aa3cab

Analogous Colors of #abaa3c

#abaa3c #75ab3c #ab733c

Monochromatic Colors of #abaa3c

#abaa3c

Complementary Color

#abaa3c #3c3dab

#abaa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa3c Color CSS Codes

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

#abaa3c Text Font Color

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

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


#abaa3c Background Color

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

This div background color is #abaa3c


#abaa3c Border Color

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

This div border color is #abaa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa3c


Comments

No comments written yet.

Please login to write comment.