Color Hex Logo

#aba670 Color Hex

#ABA670
(171,166,112)
0 Favorites   0 Comments

Color spaces of #aba670

RGB 171166112
HSL0.150.260.55
HSV55°35°67°
CMYK 0.000.030.35   0.33
XYZ33.355437.100220.7323
Yxy37.10020.36580.4069
Hunter Lab60.9099-8.842522.4560
CIE-Lab67.3521-6.597728.6502

#aba670 color RGB value is (171,166,112).

#aba670 hex color red value is 171, green value is 166 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aba670 hue: 0.15 , saturation: 0.26 and the lightness value of aba670 is 0.55.

The process color (four color CMYK) of #aba670 color hex is 0.00, 0.03, 0.35, 0.33. Web safe color of #aba670 is #999966. Color #aba670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01110000
Octal 253 246 160
Decimal 171 166 112
Hex AB A6 70

RGB Percentages of Color #aba670

%38.08
%36.97
%24.94

CMYK Percentages of Color #aba670

%0
%3
%35
%33

Triadic Colors of #aba670

#aba670 #70aba6 #a670ab

Analogous Colors of #aba670

#aba670 #93ab70 #ab8970

Monochromatic Colors of #aba670

#aba670

Complementary Color

#aba670 #7075ab

#aba670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba670 Color CSS Codes

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

#aba670 Text Font Color

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

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


#aba670 Background Color

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

This div background color is #aba670


#aba670 Border Color

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

This div border color is #aba670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba670


Comments

No comments written yet.

Please login to write comment.