Color Hex Logo

#aba774 Color Hex

#ABA774
(171,167,116)
0 Favorites   0 Comments

Color spaces of #aba774

RGB 171167116
HSL0.150.250.56
HSV56°32°67°
CMYK 0.000.020.32   0.33
XYZ33.765737.556321.9924
Yxy37.55630.36180.4025
Hunter Lab61.2832-8.896021.6211
CIE-Lab67.6923-6.623826.9513

#aba774 color RGB value is (171,167,116).

#aba774 hex color red value is 171, green value is 167 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aba774 hue: 0.15 , saturation: 0.25 and the lightness value of aba774 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01110100
Octal 253 247 164
Decimal 171 167 116
Hex AB A7 74

RGB Percentages of Color #aba774

%37.67
%36.78
%25.55

CMYK Percentages of Color #aba774

%0
%2
%32
%33

Triadic Colors of #aba774

#aba774 #74aba7 #a774ab

Analogous Colors of #aba774

#aba774 #94ab74 #ab8c74

Monochromatic Colors of #aba774

#aba774

Complementary Color

#aba774 #7478ab

#aba774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba774 Color CSS Codes

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

#aba774 Text Font Color

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

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


#aba774 Background Color

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

This div background color is #aba774


#aba774 Border Color

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

This div border color is #aba774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba774


Comments

No comments written yet.

Please login to write comment.