Color Hex Logo

#aba958 Color Hex

#ABA958
(171,169,88)
0 Favorites   0 Comments

Color spaces of #aba958

RGB 17116988
HSL0.160.330.51
HSV59°49°67°
CMYK 0.000.010.49   0.33
XYZ32.744037.738414.7910
Yxy37.73840.38400.4426
Hunter Lab61.4316-12.362028.7267
CIE-Lab67.8274-10.814341.7183

#aba958 color RGB value is (171,169,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01011000
Octal 253 251 130
Decimal 171 169 88
Hex AB A9 58

RGB Percentages of Color #aba958

%39.95
%39.49
%20.56

CMYK Percentages of Color #aba958

%0
%1
%49
%33

Triadic Colors of #aba958

#aba958 #58aba9 #a958ab

Analogous Colors of #aba958

#aba958 #84ab58 #ab8058

Monochromatic Colors of #aba958

#aba958

Complementary Color

#aba958 #585aab

#aba958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba958 Color CSS Codes

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

#aba958 Text Font Color

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

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


#aba958 Background Color

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

This div background color is #aba958


#aba958 Border Color

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

This div border color is #aba958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba958


Comments

No comments written yet.

Please login to write comment.