Color Hex Logo

#aef465 Color Hex

#AEF465
(174,244,101)
0 Favorites   0 Comments

Color spaces of #aef465

RGB 174244101
HSL0.250.870.68
HSV89°59°96°
CMYK 0.290.000.59   0.04
XYZ52.155274.639623.9699
Yxy74.63960.34590.4951
Hunter Lab86.3942-43.431544.0261
CIE-Lab89.2239-44.206160.6580

#aef465 color RGB value is (174,244,101).

#aef465 hex color red value is 174, green value is 244 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aef465 hue: 0.25 , saturation: 0.87 and the lightness value of aef465 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 01100101
Octal 256 364 145
Decimal 174 244 101
Hex AE F4 65

RGB Percentages of Color #aef465

%33.53
%47.01
%19.46

CMYK Percentages of Color #aef465

%29
%0
%59
%4

Triadic Colors of #aef465

#aef465 #65aef4 #f465ae

Analogous Colors of #aef465

#aef465 #67f465 #f4f365

Monochromatic Colors of #aef465

#aef465

Complementary Color

#aef465 #ab65f4

#aef465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef465 Color CSS Codes

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

#aef465 Text Font Color

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

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


#aef465 Background Color

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

This div background color is #aef465


#aef465 Border Color

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

This div border color is #aef465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef465


Comments

No comments written yet.

Please login to write comment.