color codes Logo

#aeff4f color codes

#AEFF4F
(174,255,79)
1 Favorites   0 Comments

Color spaces of #aeff4f

RGB 17425579
HSL0.241.000.65
HSV88°69°100°
CMYK 0.320.000.69   0.00
XYZ54.626881.083220.1686
Yxy81.08320.35040.5202
Hunter Lab90.0462-49.293349.7525
CIE-Lab92.1687-50.532572.4898

#aeff4f color RGB value is (174,255,79).

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

The process color (four color CMYK) of #aeff4f color code is 0.32, 0.00, 0.69, 0.00. Web safe color of #aeff4f is #99ff66. Color #aeff4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 01001111
Octal 256 377 117
Decimal 174 255 79
Hex AE FF 4F

RGB Percentages of Color #aeff4f

%34.25
%50.20
%15.55

CMYK Percentages of Color #aeff4f

%32
%0
%69
%0

Triadic Colors of #aeff4f

#aeff4f #4faeff #ff4fae

Analogous Colors of #aeff4f

#aeff4f #56ff4f #fff84f

Monochromatic Colors of #aeff4f

#aeff4f

Complementary Color

#aeff4f #a04fff

#aeff4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeff4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeff4f Color CSS Codes

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

#aeff4f Text Font Color

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

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


#aeff4f Background Color

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

This div background color is #aeff4f


#aeff4f Border Color

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

This div border color is #aeff4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeff4f

Related Colors

#aeff4f Color Palettes


Comments

No comments written yet.

Please login to write comment.