Color Hex Logo

#aefa2a Color Hex

#AEFA2A
(174,250,42)
0 Favorites   0 Comments

Color spaces of #aefa2a

RGB 17425042
HSL0.230.950.57
HSV82°83°98°
CMYK 0.300.000.83   0.02
XYZ52.059177.537114.4128
Yxy77.53710.36150.5384
Hunter Lab88.0552-48.565551.9341
CIE-Lab90.5683-50.252281.8105

#aefa2a color RGB value is (174,250,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 00101010
Octal 256 372 52
Decimal 174 250 42
Hex AE FA 2A

RGB Percentages of Color #aefa2a

%37.34
%53.65
%9.01

CMYK Percentages of Color #aefa2a

%30
%0
%83
%2

Triadic Colors of #aefa2a

#aefa2a #2aaefa #fa2aae

Analogous Colors of #aefa2a

#aefa2a #46fa2a #fade2a

Monochromatic Colors of #aefa2a

#aefa2a

Complementary Color

#aefa2a #762afa

#aefa2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa2a Color CSS Codes

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

#aefa2a Text Font Color

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

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


#aefa2a Background Color

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

This div background color is #aefa2a


#aefa2a Border Color

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

This div border color is #aefa2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,250,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 #aefa2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa2a


Comments

No comments written yet.

Please login to write comment.