Color Hex Logo

#aeff0d Color Hex

#AEFF0D
(174,255,13)
0 Favorites   0 Comments

Color spaces of #aeff0d

RGB 17425513
HSL0.221.000.53
HSV80°95°100°
CMYK 0.320.000.95   0.00
XYZ53.288280.547713.1195
Yxy80.54770.36260.5481
Hunter Lab89.7484-51.075154.1568
CIE-Lab91.9300-52.927587.3032

#aeff0d color RGB value is (174,255,13).

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

The process color (four color CMYK) of #aeff0d color hex is 0.32, 0.00, 0.95, 0.00. Web safe color of #aeff0d is #99ff00. Color #aeff0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 00001101
Octal 256 377 15
Decimal 174 255 13
Hex AE FF D

RGB Percentages of Color #aeff0d

%39.37
%57.69
%2.94

CMYK Percentages of Color #aeff0d

%32
%0
%95
%0

Triadic Colors of #aeff0d

#aeff0d #0daeff #ff0dae

Analogous Colors of #aeff0d

#aeff0d #35ff0d #ffd70d

Monochromatic Colors of #aeff0d

#aeff0d

Complementary Color

#aeff0d #5e0dff

#aeff0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeff0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeff0d Color CSS Codes

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

#aeff0d Text Font Color

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

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


#aeff0d Background Color

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

This div background color is #aeff0d


#aeff0d Border Color

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

This div border color is #aeff0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeff0d


Comments

No comments written yet.

Please login to write comment.