Color Hex Logo

#aee164 Color Hex

#AEE164
(174,225,100)
0 Favorites   0 Comments

Color spaces of #aee164

RGB 174225100
HSL0.230.680.64
HSV84°56°88°
CMYK 0.230.000.56   0.12
XYZ46.681063.769221.9049
Yxy63.76920.35270.4818
Hunter Lab79.8556-35.402039.6353
CIE-Lab83.8455-35.877254.9574

#aee164 color RGB value is (174,225,100).

#aee164 hex color red value is 174, green value is 225 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aee164 hue: 0.23 , saturation: 0.68 and the lightness value of aee164 is 0.64.

The process color (four color CMYK) of #aee164 color hex is 0.23, 0.00, 0.56, 0.12. Web safe color of #aee164 is #99cc66. Color #aee164 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 01100100
Octal 256 341 144
Decimal 174 225 100
Hex AE E1 64

RGB Percentages of Color #aee164

%34.87
%45.09
%20.04

CMYK Percentages of Color #aee164

%23
%0
%56
%12

Triadic Colors of #aee164

#aee164 #64aee1 #e164ae

Analogous Colors of #aee164

#aee164 #70e164 #e1d664

Monochromatic Colors of #aee164

#aee164

Complementary Color

#aee164 #9764e1

#aee164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee164 Color CSS Codes

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

#aee164 Text Font Color

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

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


#aee164 Background Color

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

This div background color is #aee164


#aee164 Border Color

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

This div border color is #aee164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee164


Comments

No comments written yet.

Please login to write comment.