Color Hex Logo

#aba127 Color Hex

#ABA127
(171,161,39)
0 Favorites   0 Comments

Color spaces of #aba127

RGB 17116139
HSL0.150.630.41
HSV55°77°67°
CMYK 0.000.060.77   0.33
XYZ29.905734.29416.9627
Yxy34.29410.42020.4819
Hunter Lab58.5612-11.326633.9435
CIE-Lab65.1953-9.904660.0142

#aba127 color RGB value is (171,161,39).

#aba127 hex color red value is 171, green value is 161 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aba127 hue: 0.15 , saturation: 0.63 and the lightness value of aba127 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 00100111
Octal 253 241 47
Decimal 171 161 39
Hex AB A1 27

RGB Percentages of Color #aba127

%46.09
%43.40
%10.51

CMYK Percentages of Color #aba127

%0
%6
%77
%33

Triadic Colors of #aba127

#aba127 #27aba1 #a127ab

Analogous Colors of #aba127

#aba127 #73ab27 #ab5f27

Monochromatic Colors of #aba127

#aba127

Complementary Color

#aba127 #2731ab

#aba127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba127 Color CSS Codes

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

#aba127 Text Font Color

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

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


#aba127 Background Color

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

This div background color is #aba127


#aba127 Border Color

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

This div border color is #aba127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba127


Comments

No comments written yet.

Please login to write comment.