Color Hex Logo

#aae167 Color Hex

#AAE167
(170,225,103)
0 Favorites   0 Comments

Color spaces of #aae167

RGB 170225103
HSL0.240.670.64
HSV87°54°88°
CMYK 0.240.000.54   0.12
XYZ45.951063.375722.6428
Yxy63.37570.34820.4802
Hunter Lab79.6089-36.283638.8626
CIE-Lab83.6397-37.057353.3012

#aae167 color RGB value is (170,225,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01100111
Octal 252 341 147
Decimal 170 225 103
Hex AA E1 67

RGB Percentages of Color #aae167

%34.14
%45.18
%20.68

CMYK Percentages of Color #aae167

%24
%0
%54
%12

Triadic Colors of #aae167

#aae167 #67aae1 #e167aa

Analogous Colors of #aae167

#aae167 #6de167 #e1db67

Monochromatic Colors of #aae167

#aae167

Complementary Color

#aae167 #9e67e1

#aae167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae167 Color CSS Codes

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

#aae167 Text Font Color

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

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


#aae167 Background Color

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

This div background color is #aae167


#aae167 Border Color

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

This div border color is #aae167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae167


Comments

No comments written yet.

Please login to write comment.