Color Hex Logo

#aed609 Color Hex

#AED609
(174,214,9)
0 Favorites   0 Comments

Color spaces of #aed609

RGB 1742149
HSL0.200.920.44
HSV72°96°84°
CMYK 0.190.000.96   0.16
XYZ41.551457.11159.0921
Yxy57.11150.38560.5300
Hunter Lab75.5722-34.107645.7673
CIE-Lab80.2423-35.360178.5175

#aed609 color RGB value is (174,214,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 00001001
Octal 256 326 11
Decimal 174 214 9
Hex AE D6 9

RGB Percentages of Color #aed609

%43.83
%53.90
%2.27

CMYK Percentages of Color #aed609

%19
%0
%96
%16

Triadic Colors of #aed609

#aed609 #09aed6 #d609ae

Analogous Colors of #aed609

#aed609 #47d609 #d69809

Monochromatic Colors of #aed609

#aed609

Complementary Color

#aed609 #3109d6

#aed609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed609 Color CSS Codes

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

#aed609 Text Font Color

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

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


#aed609 Background Color

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

This div background color is #aed609


#aed609 Border Color

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

This div border color is #aed609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed609


Comments

No comments written yet.

Please login to write comment.