Color Hex Logo

#aba768 Color Hex

#ABA768
(171,167,104)
0 Favorites   0 Comments

Color spaces of #aba768

RGB 171167104
HSL0.160.290.54
HSV56°39°67°
CMYK 0.000.020.39   0.33
XYZ33.112037.294818.5501
Yxy37.29480.37220.4192
Hunter Lab61.0695-10.088524.7390
CIE-Lab67.4976-8.084833.0885

#aba768 color RGB value is (171,167,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01101000
Octal 253 247 150
Decimal 171 167 104
Hex AB A7 68

RGB Percentages of Color #aba768

%38.69
%37.78
%23.53

CMYK Percentages of Color #aba768

%0
%2
%39
%33

Triadic Colors of #aba768

#aba768 #68aba7 #a768ab

Analogous Colors of #aba768

#aba768 #8eab68 #ab8668

Monochromatic Colors of #aba768

#aba768

Complementary Color

#aba768 #686cab

#aba768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba768 Color CSS Codes

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

#aba768 Text Font Color

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

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


#aba768 Background Color

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

This div background color is #aba768


#aba768 Border Color

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

This div border color is #aba768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba768


Comments

No comments written yet.

Please login to write comment.