Color Hex Logo

#a6ab04 Color Hex

#A6AB04
(166,171,4)
0 Favorites   0 Comments

Color spaces of #a6ab04

RGB 1661714
HSL0.170.950.34
HSV62°98°67°
CMYK 0.030.000.98   0.33
XYZ30.310737.24165.7057
Yxy37.24160.41380.5084
Hunter Lab61.0259-18.136937.1747
CIE-Lab67.4579-18.128669.0508

#a6ab04 color RGB value is (166,171,4).

#a6ab04 hex color red value is 166, green value is 171 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a6ab04 hue: 0.17 , saturation: 0.95 and the lightness value of a6ab04 is 0.34.

The process color (four color CMYK) of #a6ab04 color hex is 0.03, 0.00, 0.98, 0.33. Web safe color of #a6ab04 is #999900. Color #a6ab04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101011 00000100
Octal 246 253 4
Decimal 166 171 4
Hex A6 AB 4

RGB Percentages of Color #a6ab04

%48.68
%50.15
%1.17

CMYK Percentages of Color #a6ab04

%3
%0
%98
%33

Triadic Colors of #a6ab04

#a6ab04 #04a6ab #ab04a6

Analogous Colors of #a6ab04

#a6ab04 #53ab04 #ab5c04

Monochromatic Colors of #a6ab04

#a6ab04

Complementary Color

#a6ab04 #0904ab

#a6ab04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ab04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ab04 Color CSS Codes

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

#a6ab04 Text Font Color

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

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


#a6ab04 Background Color

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

This div background color is #a6ab04


#a6ab04 Border Color

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

This div border color is #a6ab04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ab04


Comments

No comments written yet.

Please login to write comment.