Color Hex Logo

#aee269 Color Hex

#AEE269
(174,226,105)
0 Favorites   0 Comments

Color spaces of #aee269

RGB 174226105
HSL0.240.680.65
HSV86°54°89°
CMYK 0.230.000.54   0.11
XYZ47.201764.411323.3094
Yxy64.41130.34980.4774
Hunter Lab80.2567-35.467138.9597
CIE-Lab84.1795-35.855553.0803

#aee269 color RGB value is (174,226,105).

#aee269 hex color red value is 174, green value is 226 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aee269 hue: 0.24 , saturation: 0.68 and the lightness value of aee269 is 0.65.

The process color (four color CMYK) of #aee269 color hex is 0.23, 0.00, 0.54, 0.11. Web safe color of #aee269 is #99cc66. Color #aee269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 01101001
Octal 256 342 151
Decimal 174 226 105
Hex AE E2 69

RGB Percentages of Color #aee269

%34.46
%44.75
%20.79

CMYK Percentages of Color #aee269

%23
%0
%54
%11

Triadic Colors of #aee269

#aee269 #69aee2 #e269ae

Analogous Colors of #aee269

#aee269 #72e269 #e2da69

Monochromatic Colors of #aee269

#aee269

Complementary Color

#aee269 #9d69e2

#aee269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee269 Color CSS Codes

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

#aee269 Text Font Color

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

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


#aee269 Background Color

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

This div background color is #aee269


#aee269 Border Color

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

This div border color is #aee269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee269


Comments

No comments written yet.

Please login to write comment.