Color Hex Logo

#aef65a Color Hex

#AEF65A
(174,246,90)
0 Favorites   0 Comments

Color spaces of #aef65a

RGB 17424690
HSL0.240.900.66
HSV88°63°96°
CMYK 0.290.000.63   0.04
XYZ52.256875.648421.5202
Yxy75.64840.34970.5063
Hunter Lab86.9761-44.962146.2133
CIE-Lab89.6958-45.974765.7344

#aef65a color RGB value is (174,246,90).

#aef65a hex color red value is 174, green value is 246 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aef65a hue: 0.24 , saturation: 0.90 and the lightness value of aef65a is 0.66.

The process color (four color CMYK) of #aef65a color hex is 0.29, 0.00, 0.63, 0.04. Web safe color of #aef65a is #99ff66. Color #aef65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 01011010
Octal 256 366 132
Decimal 174 246 90
Hex AE F6 5A

RGB Percentages of Color #aef65a

%34.12
%48.24
%17.65

CMYK Percentages of Color #aef65a

%29
%0
%63
%4

Triadic Colors of #aef65a

#aef65a #5aaef6 #f65aae

Analogous Colors of #aef65a

#aef65a #60f65a #f6f05a

Monochromatic Colors of #aef65a

#aef65a

Complementary Color

#aef65a #a25af6

#aef65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef65a Color CSS Codes

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

#aef65a Text Font Color

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

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


#aef65a Background Color

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

This div background color is #aef65a


#aef65a Border Color

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

This div border color is #aef65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef65a


Comments

No comments written yet.

Please login to write comment.