Color Hex Logo

#aad174 Color Hex

#AAD174
(170,209,116)
0 Favorites   0 Comments

Color spaces of #aad174

RGB 170209116
HSL0.240.500.64
HSV85°44°82°
CMYK 0.190.000.44   0.18
XYZ42.530455.407924.9762
Yxy55.40790.34600.4508
Hunter Lab74.4365-28.275232.2115
CIE-Lab79.2756-28.236441.8390

#aad174 color RGB value is (170,209,116).

#aad174 hex color red value is 170, green value is 209 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aad174 hue: 0.24 , saturation: 0.50 and the lightness value of aad174 is 0.64.

The process color (four color CMYK) of #aad174 color hex is 0.19, 0.00, 0.44, 0.18. Web safe color of #aad174 is #99cc66. Color #aad174 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01110100
Octal 252 321 164
Decimal 170 209 116
Hex AA D1 74

RGB Percentages of Color #aad174

%34.34
%42.22
%23.43

CMYK Percentages of Color #aad174

%19
%0
%44
%18

Triadic Colors of #aad174

#aad174 #74aad1 #d174aa

Analogous Colors of #aad174

#aad174 #7cd174 #d1ca74

Monochromatic Colors of #aad174

#aad174

Complementary Color

#aad174 #9b74d1

#aad174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad174 Color CSS Codes

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

#aad174 Text Font Color

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

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


#aad174 Background Color

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

This div background color is #aad174


#aad174 Border Color

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

This div border color is #aad174


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,209,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad174


Comments

No comments written yet.

Please login to write comment.