Color Hex Logo

#aee690 Color Hex

#AEE690
(174,230,144)
0 Favorites   0 Comments

Color spaces of #aee690

RGB 174230144
HSL0.280.630.73
HSV99°37°90°
CMYK 0.240.000.37   0.10
XYZ50.786467.605936.7581
Yxy67.60590.32730.4357
Hunter Lab82.2228-33.636231.0501
CIE-Lab85.8090-33.099536.2724

#aee690 color RGB value is (174,230,144).

#aee690 hex color red value is 174, green value is 230 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aee690 hue: 0.28 , saturation: 0.63 and the lightness value of aee690 is 0.73.

The process color (four color CMYK) of #aee690 color hex is 0.24, 0.00, 0.37, 0.10. Web safe color of #aee690 is #99ff99. Color #aee690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 10010000
Octal 256 346 220
Decimal 174 230 144
Hex AE E6 90

RGB Percentages of Color #aee690

%31.75
%41.97
%26.28

CMYK Percentages of Color #aee690

%24
%0
%37
%10

Triadic Colors of #aee690

#aee690 #90aee6 #e690ae

Analogous Colors of #aee690

#aee690 #90e69d #d9e690

Monochromatic Colors of #aee690

#aee690

Complementary Color

#aee690 #c890e6

#aee690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee690 Color CSS Codes

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

#aee690 Text Font Color

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

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


#aee690 Background Color

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

This div background color is #aee690


#aee690 Border Color

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

This div border color is #aee690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee690


Comments

No comments written yet.

Please login to write comment.