Color Hex Logo

#aefb2a Color Hex

#AEFB2A
(174,251,42)
0 Favorites   0 Comments

Color spaces of #aefb2a

RGB 17425142
HSL0.230.960.57
HSV82°83°98°
CMYK 0.310.000.83   0.02
XYZ52.370778.160214.5167
Yxy78.16020.36110.5389
Hunter Lab88.4083-48.975852.1503
CIE-Lab90.8530-50.664882.0571

#aefb2a color RGB value is (174,251,42).

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

The process color (four color CMYK) of #aefb2a color hex is 0.31, 0.00, 0.83, 0.02. Web safe color of #aefb2a is #99ff33. Color #aefb2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 00101010
Octal 256 373 52
Decimal 174 251 42
Hex AE FB 2A

RGB Percentages of Color #aefb2a

%37.26
%53.75
%8.99

CMYK Percentages of Color #aefb2a

%31
%0
%83
%2

Triadic Colors of #aefb2a

#aefb2a #2aaefb #fb2aae

Analogous Colors of #aefb2a

#aefb2a #46fb2a #fbe02a

Monochromatic Colors of #aefb2a

#aefb2a

Complementary Color

#aefb2a #772afb

#aefb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb2a Color CSS Codes

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

#aefb2a Text Font Color

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

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


#aefb2a Background Color

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

This div background color is #aefb2a


#aefb2a Border Color

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

This div border color is #aefb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb2a


Comments

No comments written yet.

Please login to write comment.