Color Hex Logo

#aba262 Color Hex

#ABA262
(171,162,98)
0 Favorites   0 Comments

Color spaces of #aba262

RGB 17116298
HSL0.150.300.53
HSV53°43°67°
CMYK 0.000.050.43   0.33
XYZ31.919535.380416.7020
Yxy35.38040.38000.4212
Hunter Lab59.4814-8.304124.9887
CIE-Lab66.0438-6.093434.3934

#aba262 color RGB value is (171,162,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01100010
Octal 253 242 142
Decimal 171 162 98
Hex AB A2 62

RGB Percentages of Color #aba262

%39.68
%37.59
%22.74

CMYK Percentages of Color #aba262

%0
%5
%43
%33

Triadic Colors of #aba262

#aba262 #62aba2 #a262ab

Analogous Colors of #aba262

#aba262 #90ab62 #ab7e62

Monochromatic Colors of #aba262

#aba262

Complementary Color

#aba262 #626bab

#aba262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba262 Color CSS Codes

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

#aba262 Text Font Color

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

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


#aba262 Background Color

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

This div background color is #aba262


#aba262 Border Color

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

This div border color is #aba262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba262


Comments

No comments written yet.

Please login to write comment.