Color Hex Logo

#aba318 Color Hex

#ABA318
(171,163,24)
0 Favorites   0 Comments

Color spaces of #aba318

RGB 17116324
HSL0.160.750.38
HSV57°86°67°
CMYK 0.000.050.86   0.33
XYZ30.056634.91836.0199
Yxy34.91830.42340.4918
Hunter Lab59.0917-12.617735.3241
CIE-Lab65.6850-11.444164.6447

#aba318 color RGB value is (171,163,24).

#aba318 hex color red value is 171, green value is 163 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #aba318 hue: 0.16 , saturation: 0.75 and the lightness value of aba318 is 0.38.

The process color (four color CMYK) of #aba318 color hex is 0.00, 0.05, 0.86, 0.33. Web safe color of #aba318 is #999900. Color #aba318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00011000
Octal 253 243 30
Decimal 171 163 24
Hex AB A3 18

RGB Percentages of Color #aba318

%47.77
%45.53
%6.70

CMYK Percentages of Color #aba318

%0
%5
%86
%33

Triadic Colors of #aba318

#aba318 #18aba3 #a318ab

Analogous Colors of #aba318

#aba318 #6aab18 #ab5a18

Monochromatic Colors of #aba318

#aba318

Complementary Color

#aba318 #1820ab

#aba318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba318 Color CSS Codes

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

#aba318 Text Font Color

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

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


#aba318 Background Color

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

This div background color is #aba318


#aba318 Border Color

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

This div border color is #aba318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba318


Comments

No comments written yet.

Please login to write comment.