Color Hex Logo

#aad794 Color Hex

#AAD794
(170,215,148)
0 Favorites   0 Comments

Color spaces of #aad794

RGB 170215148
HSL0.280.460.71
HSV100°31°84°
CMYK 0.210.000.31   0.16
XYZ46.223359.285037.0239
Yxy59.28500.32430.4159
Hunter Lab76.9968-27.585825.3881
CIE-Lab81.4480-26.836928.4185

#aad794 color RGB value is (170,215,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 10010100
Octal 252 327 224
Decimal 170 215 148
Hex AA D7 94

RGB Percentages of Color #aad794

%31.89
%40.34
%27.77

CMYK Percentages of Color #aad794

%21
%0
%31
%16

Triadic Colors of #aad794

#aad794 #94aad7 #d794aa

Analogous Colors of #aad794

#aad794 #94d7a0 #ccd794

Monochromatic Colors of #aad794

#aad794

Complementary Color

#aad794 #c194d7

#aad794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad794 Color CSS Codes

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

#aad794 Text Font Color

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

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


#aad794 Background Color

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

This div background color is #aad794


#aad794 Border Color

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

This div border color is #aad794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad794


Comments

No comments written yet.

Please login to write comment.