Color Hex Logo

#aae67a Color Hex

#AAE67A
(170,230,122)
0 Favorites   0 Comments

Color spaces of #aae67a

RGB 170230122
HSL0.260.680.69
HSV93°47°90°
CMYK 0.260.000.47   0.10
XYZ48.387266.544828.7065
Yxy66.54480.33690.4633
Hunter Lab81.5750-36.876836.2382
CIE-Lab85.2735-37.283946.3657

#aae67a color RGB value is (170,230,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 01111010
Octal 252 346 172
Decimal 170 230 122
Hex AA E6 7A

RGB Percentages of Color #aae67a

%32.57
%44.06
%23.37

CMYK Percentages of Color #aae67a

%26
%0
%47
%10

Triadic Colors of #aae67a

#aae67a #7aaae6 #e67aaa

Analogous Colors of #aae67a

#aae67a #7ae680 #e0e67a

Monochromatic Colors of #aae67a

#aae67a

Complementary Color

#aae67a #b67ae6

#aae67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae67a Color CSS Codes

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

#aae67a Text Font Color

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

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


#aae67a Background Color

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

This div background color is #aae67a


#aae67a Border Color

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

This div border color is #aae67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae67a


Comments

No comments written yet.

Please login to write comment.