Color Hex Logo

#aae698 Color Hex

#AAE698
(170,230,152)
0 Favorites   0 Comments

Color spaces of #aae698

RGB 170230152
HSL0.290.610.75
HSV106°34°90°
CMYK 0.260.000.34   0.10
XYZ50.541967.406740.0527
Yxy67.40670.31990.4266
Hunter Lab82.1016-33.792828.5469
CIE-Lab85.7089-33.320232.0576

#aae698 color RGB value is (170,230,152).

#aae698 hex color red value is 170, green value is 230 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aae698 hue: 0.29 , saturation: 0.61 and the lightness value of aae698 is 0.75.

The process color (four color CMYK) of #aae698 color hex is 0.26, 0.00, 0.34, 0.10. Web safe color of #aae698 is #99ff99. Color #aae698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 10011000
Octal 252 346 230
Decimal 170 230 152
Hex AA E6 98

RGB Percentages of Color #aae698

%30.80
%41.67
%27.54

CMYK Percentages of Color #aae698

%26
%0
%34
%10

Triadic Colors of #aae698

#aae698 #98aae6 #e698aa

Analogous Colors of #aae698

#aae698 #98e6ad #d1e698

Monochromatic Colors of #aae698

#aae698

Complementary Color

#aae698 #d498e6

#aae698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae698 Color CSS Codes

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

#aae698 Text Font Color

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

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


#aae698 Background Color

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

This div background color is #aae698


#aae698 Border Color

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

This div border color is #aae698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae698


Comments

No comments written yet.

Please login to write comment.