Color Hex Logo

#aed972 Color Hex

#AED972
(174,217,114)
0 Favorites   0 Comments

Color spaces of #aed972

RGB 174217114
HSL0.240.580.65
HSV85°47°85°
CMYK 0.200.000.47   0.15
XYZ45.305759.839325.0819
Yxy59.83930.34790.4595
Hunter Lab77.3559-30.829134.9249
CIE-Lab81.7508-30.761245.9340

#aed972 color RGB value is (174,217,114).

#aed972 hex color red value is 174, green value is 217 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aed972 hue: 0.24 , saturation: 0.58 and the lightness value of aed972 is 0.65.

The process color (four color CMYK) of #aed972 color hex is 0.20, 0.00, 0.47, 0.15. Web safe color of #aed972 is #99cc66. Color #aed972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 01110010
Octal 256 331 162
Decimal 174 217 114
Hex AE D9 72

RGB Percentages of Color #aed972

%34.46
%42.97
%22.57

CMYK Percentages of Color #aed972

%20
%0
%47
%15

Triadic Colors of #aed972

#aed972 #72aed9 #d972ae

Analogous Colors of #aed972

#aed972 #7bd972 #d9d172

Monochromatic Colors of #aed972

#aed972

Complementary Color

#aed972 #9d72d9

#aed972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed972 Color CSS Codes

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

#aed972 Text Font Color

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

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


#aed972 Background Color

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

This div background color is #aed972


#aed972 Border Color

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

This div border color is #aed972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed972


Comments

No comments written yet.

Please login to write comment.