Color Hex Logo

#aba830 Color Hex

#ABA830
(171,168,48)
0 Favorites   0 Comments

Color spaces of #aba830

RGB 17116848
HSL0.160.560.43
HSV59°72°67°
CMYK 0.000.020.72   0.33
XYZ31.330736.87668.2629
Yxy36.87660.40970.4822
Hunter Lab60.7261-14.176434.4408
CIE-Lab67.1843-13.159958.7465

#aba830 color RGB value is (171,168,48).

#aba830 hex color red value is 171, green value is 168 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aba830 hue: 0.16 , saturation: 0.56 and the lightness value of aba830 is 0.43.

The process color (four color CMYK) of #aba830 color hex is 0.00, 0.02, 0.72, 0.33. Web safe color of #aba830 is #999933. Color #aba830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 00110000
Octal 253 250 60
Decimal 171 168 48
Hex AB A8 30

RGB Percentages of Color #aba830

%44.19
%43.41
%12.40

CMYK Percentages of Color #aba830

%0
%2
%72
%33

Triadic Colors of #aba830

#aba830 #30aba8 #a830ab

Analogous Colors of #aba830

#aba830 #71ab30 #ab6b30

Monochromatic Colors of #aba830

#aba830

Complementary Color

#aba830 #3033ab

#aba830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba830 Color CSS Codes

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

#aba830 Text Font Color

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

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


#aba830 Background Color

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

This div background color is #aba830


#aba830 Border Color

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

This div border color is #aba830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba830


Comments

No comments written yet.

Please login to write comment.