Color Hex Logo

#aba548 Color Hex

#ABA548
(171,165,72)
0 Favorites   0 Comments

Color spaces of #aba548

RGB 17116572
HSL0.160.410.48
HSV56°58°67°
CMYK 0.000.040.58   0.33
XYZ31.419436.036111.4306
Yxy36.03610.39830.4568
Hunter Lab60.0301-11.626730.7314
CIE-Lab66.5475-10.089347.9752

#aba548 color RGB value is (171,165,72).

#aba548 hex color red value is 171, green value is 165 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aba548 hue: 0.16 , saturation: 0.41 and the lightness value of aba548 is 0.48.

The process color (four color CMYK) of #aba548 color hex is 0.00, 0.04, 0.58, 0.33. Web safe color of #aba548 is #999933. Color #aba548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01001000
Octal 253 245 110
Decimal 171 165 72
Hex AB A5 48

RGB Percentages of Color #aba548

%41.91
%40.44
%17.65

CMYK Percentages of Color #aba548

%0
%4
%58
%33

Triadic Colors of #aba548

#aba548 #48aba5 #a548ab

Analogous Colors of #aba548

#aba548 #80ab48 #ab7448

Monochromatic Colors of #aba548

#aba548

Complementary Color

#aba548 #484eab

#aba548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba548 Color CSS Codes

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

#aba548 Text Font Color

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

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


#aba548 Background Color

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

This div background color is #aba548


#aba548 Border Color

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

This div border color is #aba548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba548


Comments

No comments written yet.

Please login to write comment.