Color Hex Logo

#aed229 Color Hex

#AED229
(174,210,41)
0 Favorites   0 Comments

Color spaces of #aed229

RGB 17421041
HSL0.200.670.49
HSV73°80°82°
CMYK 0.170.000.80   0.18
XYZ40.902455.252010.6067
Yxy55.25200.38310.5175
Hunter Lab74.3317-31.857543.5718
CIE-Lab79.1862-32.794272.0897

#aed229 color RGB value is (174,210,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 00101001
Octal 256 322 51
Decimal 174 210 41
Hex AE D2 29

RGB Percentages of Color #aed229

%40.94
%49.41
%9.65

CMYK Percentages of Color #aed229

%17
%0
%80
%18

Triadic Colors of #aed229

#aed229 #29aed2 #d229ae

Analogous Colors of #aed229

#aed229 #5ad229 #d2a229

Monochromatic Colors of #aed229

#aed229

Complementary Color

#aed229 #4d29d2

#aed229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed229 Color CSS Codes

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

#aed229 Text Font Color

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

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


#aed229 Background Color

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

This div background color is #aed229


#aed229 Border Color

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

This div border color is #aed229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed229


Comments

No comments written yet.

Please login to write comment.