Color Hex Logo

#aba748 Color Hex

#ABA748
(171,167,72)
0 Favorites   0 Comments

Color spaces of #aba748

RGB 17116772
HSL0.160.410.48
HSV58°58°67°
CMYK 0.000.020.58   0.33
XYZ31.783036.763211.5518
Yxy36.76320.39680.4590
Hunter Lab60.6327-12.539431.1469
CIE-Lab67.0990-11.137948.5938

#aba748 color RGB value is (171,167,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01001000
Octal 253 247 110
Decimal 171 167 72
Hex AB A7 48

RGB Percentages of Color #aba748

%41.71
%40.73
%17.56

CMYK Percentages of Color #aba748

%0
%2
%58
%33

Triadic Colors of #aba748

#aba748 #48aba7 #a748ab

Analogous Colors of #aba748

#aba748 #7eab48 #ab7648

Monochromatic Colors of #aba748

#aba748

Complementary Color

#aba748 #484cab

#aba748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba748 Color CSS Codes

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

#aba748 Text Font Color

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

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


#aba748 Background Color

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

This div background color is #aba748


#aba748 Border Color

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

This div border color is #aba748


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,167,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 #aba748">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba748


Comments

No comments written yet.

Please login to write comment.