Color Hex Logo

#aba758 Color Hex

#ABA758
(171,167,88)
0 Favorites   0 Comments

Color spaces of #aba758

RGB 17116788
HSL0.160.330.51
HSV57°49°67°
CMYK 0.000.020.49   0.33
XYZ32.374836.999914.6679
Yxy36.99990.38520.4403
Hunter Lab60.8275-11.443528.2821
CIE-Lab67.2770-9.764241.0553

#aba758 color RGB value is (171,167,88).

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

The process color (four color CMYK) of #aba758 color hex is 0.00, 0.02, 0.49, 0.33. Web safe color of #aba758 is #999966. Color #aba758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01011000
Octal 253 247 130
Decimal 171 167 88
Hex AB A7 58

RGB Percentages of Color #aba758

%40.14
%39.20
%20.66

CMYK Percentages of Color #aba758

%0
%2
%49
%33

Triadic Colors of #aba758

#aba758 #58aba7 #a758ab

Analogous Colors of #aba758

#aba758 #86ab58 #ab7e58

Monochromatic Colors of #aba758

#aba758

Complementary Color

#aba758 #585cab

#aba758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba758 Color CSS Codes

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

#aba758 Text Font Color

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

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


#aba758 Background Color

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

This div background color is #aba758


#aba758 Border Color

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

This div border color is #aba758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba758


Comments

No comments written yet.

Please login to write comment.