Color Hex Logo

#aba143 Color Hex

#ABA143
(171,161,67)
0 Favorites   0 Comments

Color spaces of #aba143

RGB 17116167
HSL0.150.440.47
HSV54°61°67°
CMYK 0.000.060.61   0.33
XYZ30.552634.552910.3693
Yxy34.55290.40480.4578
Hunter Lab58.7817-10.090230.6882
CIE-Lab65.3991-8.348149.0105

#aba143 color RGB value is (171,161,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01000011
Octal 253 241 103
Decimal 171 161 67
Hex AB A1 43

RGB Percentages of Color #aba143

%42.86
%40.35
%16.79

CMYK Percentages of Color #aba143

%0
%6
%61
%33

Triadic Colors of #aba143

#aba143 #43aba1 #a143ab

Analogous Colors of #aba143

#aba143 #81ab43 #ab6d43

Monochromatic Colors of #aba143

#aba143

Complementary Color

#aba143 #434dab

#aba143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba143 Color CSS Codes

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

#aba143 Text Font Color

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

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


#aba143 Background Color

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

This div background color is #aba143


#aba143 Border Color

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

This div border color is #aba143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba143


Comments

No comments written yet.

Please login to write comment.