Color Hex Logo

#aae174 Color Hex

#AAE174
(170,225,116)
0 Favorites   0 Comments

Color spaces of #aae174

RGB 170225116
HSL0.250.640.67
HSV90°48°88°
CMYK 0.240.000.48   0.12
XYZ46.655263.657426.3511
Yxy63.65740.34140.4658
Hunter Lab79.7856-35.245636.2680
CIE-Lab83.7871-35.698347.4109

#aae174 color RGB value is (170,225,116).

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

The process color (four color CMYK) of #aae174 color hex is 0.24, 0.00, 0.48, 0.12. Web safe color of #aae174 is #99cc66. Color #aae174 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01110100
Octal 252 341 164
Decimal 170 225 116
Hex AA E1 74

RGB Percentages of Color #aae174

%33.27
%44.03
%22.70

CMYK Percentages of Color #aae174

%24
%0
%48
%12

Triadic Colors of #aae174

#aae174 #74aae1 #e174aa

Analogous Colors of #aae174

#aae174 #74e175 #e1e174

Monochromatic Colors of #aae174

#aae174

Complementary Color

#aae174 #ab74e1

#aae174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae174 Color CSS Codes

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

#aae174 Text Font Color

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

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


#aae174 Background Color

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

This div background color is #aae174


#aae174 Border Color

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

This div border color is #aae174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae174


Comments

No comments written yet.

Please login to write comment.