Color Hex Logo

#aba305 Color Hex

#ABA305
(171,163,5)
0 Favorites   0 Comments

Color spaces of #aba305

RGB 1711635
HSL0.160.940.35
HSV57°97°67°
CMYK 0.000.050.97   0.33
XYZ29.919234.86335.2960
Yxy34.86330.42690.4975
Hunter Lab59.0452-12.880036.0136
CIE-Lab65.6421-11.779067.7561

#aba305 color RGB value is (171,163,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00000101
Octal 253 243 5
Decimal 171 163 5
Hex AB A3 5

RGB Percentages of Color #aba305

%50.44
%48.08
%1.47

CMYK Percentages of Color #aba305

%0
%5
%97
%33

Triadic Colors of #aba305

#aba305 #05aba3 #a305ab

Analogous Colors of #aba305

#aba305 #60ab05 #ab5005

Monochromatic Colors of #aba305

#aba305

Complementary Color

#aba305 #050dab

#aba305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba305 Color CSS Codes

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

#aba305 Text Font Color

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

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


#aba305 Background Color

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

This div background color is #aba305


#aba305 Border Color

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

This div border color is #aba305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba305


Comments

No comments written yet.

Please login to write comment.