Color Hex Logo

#a9d560 Color Hex

#A9D560
(169,213,96)
0 Favorites   0 Comments

Color spaces of #a9d560

RGB 16921396
HSL0.230.580.61
HSV83°55°84°
CMYK 0.210.000.55   0.16
XYZ42.267856.868019.8152
Yxy56.86800.35530.4781
Hunter Lab75.4109-31.919837.2084
CIE-Lab80.1053-32.601252.3606

#a9d560 color RGB value is (169,213,96).

#a9d560 hex color red value is 169, green value is 213 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a9d560 hue: 0.23 , saturation: 0.58 and the lightness value of a9d560 is 0.61.

The process color (four color CMYK) of #a9d560 color hex is 0.21, 0.00, 0.55, 0.16. Web safe color of #a9d560 is #99cc66. Color #a9d560 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010101 01100000
Octal 251 325 140
Decimal 169 213 96
Hex A9 D5 60

RGB Percentages of Color #a9d560

%35.36
%44.56
%20.08

CMYK Percentages of Color #a9d560

%21
%0
%55
%16

Triadic Colors of #a9d560

#a9d560 #60a9d5 #d560a9

Analogous Colors of #a9d560

#a9d560 #6fd560 #d5c760

Monochromatic Colors of #a9d560

#a9d560

Complementary Color

#a9d560 #8c60d5

#a9d560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d560 Color CSS Codes

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

#a9d560 Text Font Color

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

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


#a9d560 Background Color

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

This div background color is #a9d560


#a9d560 Border Color

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

This div border color is #a9d560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d560


Comments

No comments written yet.

Please login to write comment.