Color Hex Logo

#aef65e Color Hex

#AEF65E
(174,246,94)
0 Favorites   0 Comments

Color spaces of #aef65e

RGB 17424694
HSL0.250.890.67
HSV88°62°96°
CMYK 0.290.000.62   0.04
XYZ52.431775.718422.4413
Yxy75.71840.34820.5028
Hunter Lab87.0163-44.723445.6207
CIE-Lab89.7284-45.658764.1516

#aef65e color RGB value is (174,246,94).

#aef65e hex color red value is 174, green value is 246 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aef65e hue: 0.25 , saturation: 0.89 and the lightness value of aef65e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 01011110
Octal 256 366 136
Decimal 174 246 94
Hex AE F6 5E

RGB Percentages of Color #aef65e

%33.85
%47.86
%18.29

CMYK Percentages of Color #aef65e

%29
%0
%62
%4

Triadic Colors of #aef65e

#aef65e #5eaef6 #f65eae

Analogous Colors of #aef65e

#aef65e #62f65e #f6f25e

Monochromatic Colors of #aef65e

#aef65e

Complementary Color

#aef65e #a65ef6

#aef65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef65e Color CSS Codes

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

#aef65e Text Font Color

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

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


#aef65e Background Color

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

This div background color is #aef65e


#aef65e Border Color

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

This div border color is #aef65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef65e


Comments

No comments written yet.

Please login to write comment.