Color Hex Logo

#abaa33 Color Hex

#ABAA33
(171,170,51)
0 Favorites   0 Comments

Color spaces of #abaa33

RGB 17117051
HSL0.170.540.44
HSV60°70°67°
CMYK 0.000.010.70   0.33
XYZ31.766937.64648.7242
Yxy37.64640.40660.4818
Hunter Lab61.3567-14.957334.5193
CIE-Lab67.7592-14.042258.1903

#abaa33 color RGB value is (171,170,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00110011
Octal 253 252 63
Decimal 171 170 51
Hex AB AA 33

RGB Percentages of Color #abaa33

%43.62
%43.37
%13.01

CMYK Percentages of Color #abaa33

%0
%1
%70
%33

Triadic Colors of #abaa33

#abaa33 #33abaa #aa33ab

Analogous Colors of #abaa33

#abaa33 #70ab33 #ab6e33

Monochromatic Colors of #abaa33

#abaa33

Complementary Color

#abaa33 #3334ab

#abaa33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa33 Color CSS Codes

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

#abaa33 Text Font Color

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

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


#abaa33 Background Color

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

This div background color is #abaa33


#abaa33 Border Color

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

This div border color is #abaa33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa33


Comments

No comments written yet.

Please login to write comment.