Color Hex Logo

#aeff2d Color Hex

#AEFF2D
(174,255,45)
0 Favorites   0 Comments

Color spaces of #aeff2d

RGB 17425545
HSL0.231.000.59
HSV83°82°100°
CMYK 0.320.000.82   0.00
XYZ53.689280.708115.2311
Yxy80.70810.35880.5394
Hunter Lab89.8377-50.540052.8343
CIE-Lab92.0016-52.204682.3883

#aeff2d color RGB value is (174,255,45).

#aeff2d hex color red value is 174, green value is 255 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aeff2d hue: 0.23 , saturation: 1.00 and the lightness value of aeff2d is 0.59.

The process color (four color CMYK) of #aeff2d color hex is 0.32, 0.00, 0.82, 0.00. Web safe color of #aeff2d is #99ff33. Color #aeff2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 00101101
Octal 256 377 55
Decimal 174 255 45
Hex AE FF 2D

RGB Percentages of Color #aeff2d

%36.71
%53.80
%9.49

CMYK Percentages of Color #aeff2d

%32
%0
%82
%0

Triadic Colors of #aeff2d

#aeff2d #2daeff #ff2dae

Analogous Colors of #aeff2d

#aeff2d #45ff2d #ffe72d

Monochromatic Colors of #aeff2d

#aeff2d

Complementary Color

#aeff2d #7e2dff

#aeff2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeff2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeff2d Color CSS Codes

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

#aeff2d Text Font Color

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

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


#aeff2d Background Color

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

This div background color is #aeff2d


#aeff2d Border Color

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

This div border color is #aeff2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeff2d


Comments

No comments written yet.

Please login to write comment.