Color Hex Logo

#a9d046 Color Hex

#A9D046
(169,208,70)
0 Favorites   0 Comments

Color spaces of #a9d046

RGB 16920870
HSL0.210.590.55
HSV77°66°82°
CMYK 0.190.000.66   0.18
XYZ40.023653.989014.1058
Yxy53.98900.37020.4994
Hunter Lab73.4772-31.354840.0518
CIE-Lab78.4553-32.366961.6551

#a9d046 color RGB value is (169,208,70).

#a9d046 hex color red value is 169, green value is 208 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #a9d046 hue: 0.21 , saturation: 0.59 and the lightness value of a9d046 is 0.55.

The process color (four color CMYK) of #a9d046 color hex is 0.19, 0.00, 0.66, 0.18. Web safe color of #a9d046 is #99cc33. Color #a9d046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010000 01000110
Octal 251 320 106
Decimal 169 208 70
Hex A9 D0 46

RGB Percentages of Color #a9d046

%37.81
%46.53
%15.66

CMYK Percentages of Color #a9d046

%19
%0
%66
%18

Triadic Colors of #a9d046

#a9d046 #46a9d0 #d046a9

Analogous Colors of #a9d046

#a9d046 #64d046 #d0b246

Monochromatic Colors of #a9d046

#a9d046

Complementary Color

#a9d046 #6d46d0

#a9d046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d046 Color CSS Codes

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

#a9d046 Text Font Color

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

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


#a9d046 Background Color

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

This div background color is #a9d046


#a9d046 Border Color

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

This div border color is #a9d046


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,208,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9d046; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9d046;
  -webkit-box-shadow: 1px 1px 3px 2px #a9d046;
  box-shadow:         1px 1px 3px 2px #a9d046; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d046


Comments

No comments written yet.

Please login to write comment.