Color Hex Logo

#aeed1d Color Hex

#AEED1D
(174,237,29)
0 Favorites   0 Comments

Color spaces of #aeed1d

RGB 17423729
HSL0.220.850.52
HSV78°88°93°
CMYK 0.270.000.88   0.07
XYZ47.961569.655812.0795
Yxy69.65580.36980.5371
Hunter Lab83.4601-43.477549.8408
CIE-Lab86.8278-45.157481.1886

#aeed1d color RGB value is (174,237,29).

#aeed1d hex color red value is 174, green value is 237 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aeed1d hue: 0.22 , saturation: 0.85 and the lightness value of aeed1d is 0.52.

The process color (four color CMYK) of #aeed1d color hex is 0.27, 0.00, 0.88, 0.07. Web safe color of #aeed1d is #99ff33. Color #aeed1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 00011101
Octal 256 355 35
Decimal 174 237 29
Hex AE ED 1D

RGB Percentages of Color #aeed1d

%39.55
%53.86
%6.59

CMYK Percentages of Color #aeed1d

%27
%0
%88
%7

Triadic Colors of #aeed1d

#aeed1d #1daeed #ed1dae

Analogous Colors of #aeed1d

#aeed1d #46ed1d #edc41d

Monochromatic Colors of #aeed1d

#aeed1d

Complementary Color

#aeed1d #5c1ded

#aeed1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeed1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeed1d Color CSS Codes

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

#aeed1d Text Font Color

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

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


#aeed1d Background Color

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

This div background color is #aeed1d


#aeed1d Border Color

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

This div border color is #aeed1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeed1d


Comments

No comments written yet.

Please login to write comment.