Color Hex Logo

#aed228 Color Hex

#AED228
(174,210,40)
0 Favorites   0 Comments

Color spaces of #aed228

RGB 17421040
HSL0.200.680.49
HSV73°81°82°
CMYK 0.170.000.81   0.18
XYZ40.885255.245110.5160
Yxy55.24510.38340.5180
Hunter Lab74.3270-31.884543.6404
CIE-Lab79.1822-32.830072.3459

#aed228 color RGB value is (174,210,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 00101000
Octal 256 322 50
Decimal 174 210 40
Hex AE D2 28

RGB Percentages of Color #aed228

%41.04
%49.53
%9.43

CMYK Percentages of Color #aed228

%17
%0
%81
%18

Triadic Colors of #aed228

#aed228 #28aed2 #d228ae

Analogous Colors of #aed228

#aed228 #59d228 #d2a128

Monochromatic Colors of #aed228

#aed228

Complementary Color

#aed228 #4c28d2

#aed228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed228 Color CSS Codes

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

#aed228 Text Font Color

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

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


#aed228 Background Color

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

This div background color is #aed228


#aed228 Border Color

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

This div border color is #aed228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed228


Comments

No comments written yet.

Please login to write comment.