Color Hex Logo

#aad594 Color Hex

#AAD594
(170,213,148)
0 Favorites   0 Comments

Color spaces of #aad594

RGB 170213148
HSL0.280.440.71
HSV100°31°84°
CMYK 0.200.000.31   0.16
XYZ45.717158.272736.8552
Yxy58.27270.32460.4137
Hunter Lab76.3366-26.687324.8104
CIE-Lab80.8902-25.873027.6691

#aad594 color RGB value is (170,213,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 10010100
Octal 252 325 224
Decimal 170 213 148
Hex AA D5 94

RGB Percentages of Color #aad594

%32.02
%40.11
%27.87

CMYK Percentages of Color #aad594

%20
%0
%31
%16

Triadic Colors of #aad594

#aad594 #94aad5 #d594aa

Analogous Colors of #aad594

#aad594 #94d59f #cbd594

Monochromatic Colors of #aad594

#aad594

Complementary Color

#aad594 #bf94d5

#aad594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad594 Color CSS Codes

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

#aad594 Text Font Color

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

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


#aad594 Background Color

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

This div background color is #aad594


#aad594 Border Color

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

This div border color is #aad594


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,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 #aad594">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad594


Comments

No comments written yet.

Please login to write comment.