Color Hex Logo

#aed649 Color Hex

#AED649
(174,214,73)
0 Favorites   0 Comments

Color spaces of #aed649

RGB 17421473
HSL0.210.630.56
HSV77°66°84°
CMYK 0.190.000.66   0.16
XYZ42.704757.572815.1652
Yxy57.57280.36990.4987
Hunter Lab75.8767-32.321541.2636
CIE-Lab80.5007-32.995162.7090

#aed649 color RGB value is (174,214,73).

#aed649 hex color red value is 174, green value is 214 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aed649 hue: 0.21 , saturation: 0.63 and the lightness value of aed649 is 0.56.

The process color (four color CMYK) of #aed649 color hex is 0.19, 0.00, 0.66, 0.16. Web safe color of #aed649 is #99cc33. Color #aed649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 01001001
Octal 256 326 111
Decimal 174 214 73
Hex AE D6 49

RGB Percentages of Color #aed649

%37.74
%46.42
%15.84

CMYK Percentages of Color #aed649

%19
%0
%66
%16

Triadic Colors of #aed649

#aed649 #49aed6 #d649ae

Analogous Colors of #aed649

#aed649 #68d649 #d6b849

Monochromatic Colors of #aed649

#aed649

Complementary Color

#aed649 #7149d6

#aed649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed649 Color CSS Codes

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

#aed649 Text Font Color

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

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


#aed649 Background Color

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

This div background color is #aed649


#aed649 Border Color

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

This div border color is #aed649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed649


Comments

No comments written yet.

Please login to write comment.