Color Hex Logo

#aeed0d Color Hex

#AEED0D
(174,237,13)
0 Favorites   0 Comments

Color spaces of #aeed0d

RGB 17423713
HSL0.210.900.49
HSV77°95°93°
CMYK 0.270.000.95   0.07
XYZ47.812469.596111.2942
Yxy69.59610.37150.5408
Hunter Lab83.4243-43.690050.3702
CIE-Lab86.7984-45.443783.2673

#aeed0d color RGB value is (174,237,13).

#aeed0d hex color red value is 174, green value is 237 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aeed0d hue: 0.21 , saturation: 0.90 and the lightness value of aeed0d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 00001101
Octal 256 355 15
Decimal 174 237 13
Hex AE ED D

RGB Percentages of Color #aeed0d

%41.04
%55.90
%3.07

CMYK Percentages of Color #aeed0d

%27
%0
%95
%7

Triadic Colors of #aeed0d

#aeed0d #0daeed #ed0dae

Analogous Colors of #aeed0d

#aeed0d #3eed0d #edbc0d

Monochromatic Colors of #aeed0d

#aeed0d

Complementary Color

#aeed0d #4c0ded

#aeed0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeed0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeed0d Color CSS Codes

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

#aeed0d Text Font Color

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

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


#aeed0d Background Color

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

This div background color is #aeed0d


#aeed0d Border Color

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

This div border color is #aeed0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeed0d


Comments

No comments written yet.

Please login to write comment.