Color Hex Logo

#abaa30 Color Hex

#ABAA30
(171,170,48)
0 Favorites   0 Comments

Color spaces of #abaa30

RGB 17117048
HSL0.170.560.43
HSV60°72°67°
CMYK 0.000.010.72   0.33
XYZ31.702837.62088.3869
Yxy37.62080.40800.4841
Hunter Lab61.3358-15.075934.8279
CIE-Lab67.7402-14.193959.2834

#abaa30 color RGB value is (171,170,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00110000
Octal 253 252 60
Decimal 171 170 48
Hex AB AA 30

RGB Percentages of Color #abaa30

%43.96
%43.70
%12.34

CMYK Percentages of Color #abaa30

%0
%1
%72
%33

Triadic Colors of #abaa30

#abaa30 #30abaa #aa30ab

Analogous Colors of #abaa30

#abaa30 #6fab30 #ab6d30

Monochromatic Colors of #abaa30

#abaa30

Complementary Color

#abaa30 #3031ab

#abaa30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa30 Color CSS Codes

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

#abaa30 Text Font Color

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

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


#abaa30 Background Color

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

This div background color is #abaa30


#abaa30 Border Color

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

This div border color is #abaa30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa30


Comments

No comments written yet.

Please login to write comment.