Color Hex Logo

#aae67d Color Hex

#AAE67D
(170,230,125)
0 Favorites   0 Comments

Color spaces of #aae67d

RGB 170230125
HSL0.260.680.70
HSV94°46°90°
CMYK 0.260.000.46   0.10
XYZ48.576066.620329.7008
Yxy66.62030.33520.4598
Hunter Lab81.6213-36.604935.5601
CIE-Lab85.3118-36.930444.9678

#aae67d color RGB value is (170,230,125).

#aae67d hex color red value is 170, green value is 230 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aae67d hue: 0.26 , saturation: 0.68 and the lightness value of aae67d is 0.70.

The process color (four color CMYK) of #aae67d color hex is 0.26, 0.00, 0.46, 0.10. Web safe color of #aae67d is #99ff66. Color #aae67d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 01111101
Octal 252 346 175
Decimal 170 230 125
Hex AA E6 7D

RGB Percentages of Color #aae67d

%32.38
%43.81
%23.81

CMYK Percentages of Color #aae67d

%26
%0
%46
%10

Triadic Colors of #aae67d

#aae67d #7daae6 #e67daa

Analogous Colors of #aae67d

#aae67d #7de685 #dfe67d

Monochromatic Colors of #aae67d

#aae67d

Complementary Color

#aae67d #b97de6

#aae67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae67d Color CSS Codes

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

#aae67d Text Font Color

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

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


#aae67d Background Color

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

This div background color is #aae67d


#aae67d Border Color

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

This div border color is #aae67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae67d


Comments

No comments written yet.

Please login to write comment.