Color Hex Logo

#aed973 Color Hex

#AED973
(174,217,115)
0 Favorites   0 Comments

Color spaces of #aed973

RGB 174217115
HSL0.240.570.65
HSV85°47°85°
CMYK 0.200.000.47   0.15
XYZ45.362959.862225.3833
Yxy59.86220.34730.4583
Hunter Lab77.3707-30.743034.7080
CIE-Lab81.7632-30.650645.4664

#aed973 color RGB value is (174,217,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 01110011
Octal 256 331 163
Decimal 174 217 115
Hex AE D9 73

RGB Percentages of Color #aed973

%34.39
%42.89
%22.73

CMYK Percentages of Color #aed973

%20
%0
%47
%15

Triadic Colors of #aed973

#aed973 #73aed9 #d973ae

Analogous Colors of #aed973

#aed973 #7bd973 #d9d173

Monochromatic Colors of #aed973

#aed973

Complementary Color

#aed973 #9e73d9

#aed973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed973 Color CSS Codes

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

#aed973 Text Font Color

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

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


#aed973 Background Color

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

This div background color is #aed973


#aed973 Border Color

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

This div border color is #aed973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed973


Comments

No comments written yet.

Please login to write comment.