Color Hex Logo

#a9d594 Color Hex

#A9D594
(169,213,148)
0 Favorites   0 Comments

Color spaces of #a9d594

RGB 169213148
HSL0.280.440.71
HSV101°31°84°
CMYK 0.210.000.31   0.16
XYZ45.501758.161636.8451
Yxy58.16160.32380.4139
Hunter Lab76.2638-26.962024.7400
CIE-Lab80.8286-26.223727.5756

#a9d594 color RGB value is (169,213,148).

#a9d594 hex color red value is 169, green value is 213 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a9d594 hue: 0.28 , saturation: 0.44 and the lightness value of a9d594 is 0.71.

The process color (four color CMYK) of #a9d594 color hex is 0.21, 0.00, 0.31, 0.16. Web safe color of #a9d594 is #99cc99. Color #a9d594 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010101 10010100
Octal 251 325 224
Decimal 169 213 148
Hex A9 D5 94

RGB Percentages of Color #a9d594

%31.89
%40.19
%27.92

CMYK Percentages of Color #a9d594

%21
%0
%31
%16

Triadic Colors of #a9d594

#a9d594 #94a9d5 #d594a9

Analogous Colors of #a9d594

#a9d594 #94d5a0 #cad594

Monochromatic Colors of #a9d594

#a9d594

Complementary Color

#a9d594 #c094d5

#a9d594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d594 Color CSS Codes

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

#a9d594 Text Font Color

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

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


#a9d594 Background Color

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

This div background color is #a9d594


#a9d594 Border Color

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

This div border color is #a9d594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d594


Comments

No comments written yet.

Please login to write comment.