Color Hex Logo

#aed009 Color Hex

#AED009
(174,208,9)
0 Favorites   0 Comments

Color spaces of #aed009

RGB 1742089
HSL0.200.920.43
HSV70°96°82°
CMYK 0.160.000.96   0.18
XYZ40.060754.13018.5952
Yxy54.13010.38970.5266
Hunter Lab73.5732-31.559544.5746
CIE-Lab78.5375-32.605577.2007

#aed009 color RGB value is (174,208,9).

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

The process color (four color CMYK) of #aed009 color hex is 0.16, 0.00, 0.96, 0.18. Web safe color of #aed009 is #99cc00. Color #aed009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 00001001
Octal 256 320 11
Decimal 174 208 9
Hex AE D0 9

RGB Percentages of Color #aed009

%44.50
%53.20
%2.30

CMYK Percentages of Color #aed009

%16
%0
%96
%18

Triadic Colors of #aed009

#aed009 #09aed0 #d009ae

Analogous Colors of #aed009

#aed009 #4bd009 #d08f09

Monochromatic Colors of #aed009

#aed009

Complementary Color

#aed009 #2b09d0

#aed009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed009 Color CSS Codes

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

#aed009 Text Font Color

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

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


#aed009 Background Color

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

This div background color is #aed009


#aed009 Border Color

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

This div border color is #aed009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed009


Comments

No comments written yet.

Please login to write comment.