Color Hex Logo

#aba274 Color Hex

#ABA274
(171,162,116)
0 Favorites   0 Comments

Color spaces of #aba274

RGB 171162116
HSL0.140.250.56
HSV50°32°67°
CMYK 0.000.050.32   0.33
XYZ32.867335.759521.6930
Yxy35.75950.36390.3959
Hunter Lab59.7992-6.540220.3512
CIE-Lab66.3358-3.945525.1473

#aba274 color RGB value is (171,162,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01110100
Octal 253 242 164
Decimal 171 162 116
Hex AB A2 74

RGB Percentages of Color #aba274

%38.08
%36.08
%25.84

CMYK Percentages of Color #aba274

%0
%5
%32
%33

Triadic Colors of #aba274

#aba274 #74aba2 #a274ab

Analogous Colors of #aba274

#aba274 #99ab74 #ab8774

Monochromatic Colors of #aba274

#aba274

Complementary Color

#aba274 #747dab

#aba274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba274 Color CSS Codes

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

#aba274 Text Font Color

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

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


#aba274 Background Color

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

This div background color is #aba274


#aba274 Border Color

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

This div border color is #aba274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba274


Comments

No comments written yet.

Please login to write comment.