Color Hex Logo

#aefb4e Color Hex

#AEFB4E
(174,251,78)
0 Favorites   0 Comments

Color spaces of #aefb4e

RGB 17425178
HSL0.240.960.65
HSV87°69°98°
CMYK 0.310.000.69   0.02
XYZ53.327978.543119.5574
Yxy78.54310.35220.5187
Hunter Lab88.6245-47.684448.9532
CIE-Lab91.0272-48.933471.6851

#aefb4e color RGB value is (174,251,78).

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

The process color (four color CMYK) of #aefb4e color hex is 0.31, 0.00, 0.69, 0.02. Web safe color of #aefb4e is #99ff66. Color #aefb4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 01001110
Octal 256 373 116
Decimal 174 251 78
Hex AE FB 4E

RGB Percentages of Color #aefb4e

%34.59
%49.90
%15.51

CMYK Percentages of Color #aefb4e

%31
%0
%69
%2

Triadic Colors of #aefb4e

#aefb4e #4eaefb #fb4eae

Analogous Colors of #aefb4e

#aefb4e #57fb4e #fbf24e

Monochromatic Colors of #aefb4e

#aefb4e

Complementary Color

#aefb4e #9b4efb

#aefb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb4e Color CSS Codes

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

#aefb4e Text Font Color

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

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


#aefb4e Background Color

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

This div background color is #aefb4e


#aefb4e Border Color

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

This div border color is #aefb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb4e


Comments

No comments written yet.

Please login to write comment.