Color Hex Logo

#abaa25 Color Hex

#ABAA25
(171,170,37)
0 Favorites   0 Comments

Color spaces of #abaa25

RGB 17117037
HSL0.170.640.41
HSV60°78°67°
CMYK 0.000.010.78   0.33
XYZ31.503237.54097.3360
Yxy37.54090.41250.4915
Hunter Lab61.2706-15.445235.7906
CIE-Lab67.6809-14.667462.8951

#abaa25 color RGB value is (171,170,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00100101
Octal 253 252 45
Decimal 171 170 37
Hex AB AA 25

RGB Percentages of Color #abaa25

%45.24
%44.97
%9.79

CMYK Percentages of Color #abaa25

%0
%1
%78
%33

Triadic Colors of #abaa25

#abaa25 #25abaa #aa25ab

Analogous Colors of #abaa25

#abaa25 #69ab25 #ab6725

Monochromatic Colors of #abaa25

#abaa25

Complementary Color

#abaa25 #2526ab

#abaa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa25 Color CSS Codes

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

#abaa25 Text Font Color

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

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


#abaa25 Background Color

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

This div background color is #abaa25


#abaa25 Border Color

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

This div border color is #abaa25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa25


Comments

No comments written yet.

Please login to write comment.