Color Hex Logo

#aefa2b Color Hex

#AEFA2B
(174,250,43)
0 Favorites   0 Comments

Color spaces of #aefa2b

RGB 17425043
HSL0.230.950.57
HSV82°83°98°
CMYK 0.300.000.83   0.02
XYZ52.077277.544314.5083
Yxy77.54430.36130.5380
Hunter Lab88.0592-48.540951.8731
CIE-Lab90.5716-50.219181.5916

#aefa2b color RGB value is (174,250,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 00101011
Octal 256 372 53
Decimal 174 250 43
Hex AE FA 2B

RGB Percentages of Color #aefa2b

%37.26
%53.53
%9.21

CMYK Percentages of Color #aefa2b

%30
%0
%83
%2

Triadic Colors of #aefa2b

#aefa2b #2baefa #fa2bae

Analogous Colors of #aefa2b

#aefa2b #46fa2b #fadf2b

Monochromatic Colors of #aefa2b

#aefa2b

Complementary Color

#aefa2b #772bfa

#aefa2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa2b Color CSS Codes

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

#aefa2b Text Font Color

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

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


#aefa2b Background Color

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

This div background color is #aefa2b


#aefa2b Border Color

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

This div border color is #aefa2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa2b


Comments

No comments written yet.

Please login to write comment.