Color Hex Logo

#abaa28 Color Hex

#ABAA28
(171,170,40)
0 Favorites   0 Comments

Color spaces of #abaa28

RGB 17117040
HSL0.170.620.41
HSV60°77°67°
CMYK 0.000.010.77   0.33
XYZ31.552337.56067.5944
Yxy37.56060.41130.4897
Hunter Lab61.2867-15.354435.5537
CIE-Lab67.6955-14.550861.9758

#abaa28 color RGB value is (171,170,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00101000
Octal 253 252 50
Decimal 171 170 40
Hex AB AA 28

RGB Percentages of Color #abaa28

%44.88
%44.62
%10.50

CMYK Percentages of Color #abaa28

%0
%1
%77
%33

Triadic Colors of #abaa28

#abaa28 #28abaa #aa28ab

Analogous Colors of #abaa28

#abaa28 #6bab28 #ab6928

Monochromatic Colors of #abaa28

#abaa28

Complementary Color

#abaa28 #2829ab

#abaa28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa28 Color CSS Codes

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

#abaa28 Text Font Color

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

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


#abaa28 Background Color

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

This div background color is #abaa28


#abaa28 Border Color

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

This div border color is #abaa28


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,170,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 #abaa28">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa28


Comments

No comments written yet.

Please login to write comment.