Color Hex Logo

#aba626 Color Hex

#ABA626
(171,166,38)
0 Favorites   0 Comments

Color spaces of #aba626

RGB 17116638
HSL0.160.640.41
HSV58°78°67°
CMYK 0.000.030.78   0.33
XYZ30.780736.07037.1737
Yxy36.07030.41580.4873
Hunter Lab60.0586-13.619234.9591
CIE-Lab66.5736-12.560461.5907

#aba626 color RGB value is (171,166,38).

#aba626 hex color red value is 171, green value is 166 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aba626 hue: 0.16 , saturation: 0.64 and the lightness value of aba626 is 0.41.

The process color (four color CMYK) of #aba626 color hex is 0.00, 0.03, 0.78, 0.33. Web safe color of #aba626 is #999933. Color #aba626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 00100110
Octal 253 246 46
Decimal 171 166 38
Hex AB A6 26

RGB Percentages of Color #aba626

%45.60
%44.27
%10.13

CMYK Percentages of Color #aba626

%0
%3
%78
%33

Triadic Colors of #aba626

#aba626 #26aba6 #a626ab

Analogous Colors of #aba626

#aba626 #6eab26 #ab6426

Monochromatic Colors of #aba626

#aba626

Complementary Color

#aba626 #262bab

#aba626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba626 Color CSS Codes

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

#aba626 Text Font Color

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

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


#aba626 Background Color

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

This div background color is #aba626


#aba626 Border Color

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

This div border color is #aba626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba626


Comments

No comments written yet.

Please login to write comment.