Color Hex Logo

#aed029 Color Hex

#AED029
(174,208,41)
0 Favorites   0 Comments

Color spaces of #aed029

RGB 17420841
HSL0.200.670.49
HSV72°80°82°
CMYK 0.160.000.80   0.18
XYZ40.411754.270510.4432
Yxy54.27050.38440.5162
Hunter Lab73.6685-31.001743.1630
CIE-Lab78.6192-31.865871.5874

#aed029 color RGB value is (174,208,41).

#aed029 hex color red value is 174, green value is 208 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aed029 hue: 0.20 , saturation: 0.67 and the lightness value of aed029 is 0.49.

The process color (four color CMYK) of #aed029 color hex is 0.16, 0.00, 0.80, 0.18. Web safe color of #aed029 is #99cc33. Color #aed029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 00101001
Octal 256 320 51
Decimal 174 208 41
Hex AE D0 29

RGB Percentages of Color #aed029

%41.13
%49.17
%9.69

CMYK Percentages of Color #aed029

%16
%0
%80
%18

Triadic Colors of #aed029

#aed029 #29aed0 #d029ae

Analogous Colors of #aed029

#aed029 #5bd029 #d09f29

Monochromatic Colors of #aed029

#aed029

Complementary Color

#aed029 #4b29d0

#aed029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed029 Color CSS Codes

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

#aed029 Text Font Color

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

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


#aed029 Background Color

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

This div background color is #aed029


#aed029 Border Color

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

This div border color is #aed029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed029


Comments

No comments written yet.

Please login to write comment.