Color Hex Logo

#aba764 Color Hex

#ABA764
(171,167,100)
0 Favorites   0 Comments

Color spaces of #aba764

RGB 171167100
HSL0.160.300.53
HSV57°42°67°
CMYK 0.000.020.42   0.33
XYZ32.913637.215517.5052
Yxy37.21550.37560.4247
Hunter Lab61.0045-10.452325.6899
CIE-Lab67.4384-8.533635.1085

#aba764 color RGB value is (171,167,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01100100
Octal 253 247 144
Decimal 171 167 100
Hex AB A7 64

RGB Percentages of Color #aba764

%39.04
%38.13
%22.83

CMYK Percentages of Color #aba764

%0
%2
%42
%33

Triadic Colors of #aba764

#aba764 #64aba7 #a764ab

Analogous Colors of #aba764

#aba764 #8cab64 #ab8464

Monochromatic Colors of #aba764

#aba764

Complementary Color

#aba764 #6468ab

#aba764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba764 Color CSS Codes

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

#aba764 Text Font Color

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

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


#aba764 Background Color

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

This div background color is #aba764


#aba764 Border Color

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

This div border color is #aba764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba764


Comments

No comments written yet.

Please login to write comment.