Color Hex Logo

#aee65f Color Hex

#AEE65F
(174,230,95)
0 Favorites   0 Comments

Color spaces of #aee65f

RGB 17423095
HSL0.240.730.64
HSV85°59°90°
CMYK 0.240.000.59   0.10
XYZ47.817966.418521.1263
Yxy66.41850.35330.4907
Hunter Lab81.4975-37.887641.6788
CIE-Lab85.2094-38.579558.7143

#aee65f color RGB value is (174,230,95).

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

The process color (four color CMYK) of #aee65f color hex is 0.24, 0.00, 0.59, 0.10. Web safe color of #aee65f is #99ff66. Color #aee65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 01011111
Octal 256 346 137
Decimal 174 230 95
Hex AE E6 5F

RGB Percentages of Color #aee65f

%34.87
%46.09
%19.04

CMYK Percentages of Color #aee65f

%24
%0
%59
%10

Triadic Colors of #aee65f

#aee65f #5faee6 #e65fae

Analogous Colors of #aee65f

#aee65f #6be65f #e6db5f

Monochromatic Colors of #aee65f

#aee65f

Complementary Color

#aee65f #975fe6

#aee65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee65f Color CSS Codes

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

#aee65f Text Font Color

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

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


#aee65f Background Color

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

This div background color is #aee65f


#aee65f Border Color

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

This div border color is #aee65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee65f


Comments

No comments written yet.

Please login to write comment.