Color Hex Logo

#aed080 Color Hex

#AED080
(174,208,128)
0 Favorites   0 Comments

Color spaces of #aed080

RGB 174208128
HSL0.240.460.66
HSV85°38°82°
CMYK 0.160.000.38   0.18
XYZ43.907755.668928.8531
Yxy55.66890.34190.4335
Hunter Lab74.6116-25.526029.3000
CIE-Lab79.4250-24.795836.0640

#aed080 color RGB value is (174,208,128).

#aed080 hex color red value is 174, green value is 208 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aed080 hue: 0.24 , saturation: 0.46 and the lightness value of aed080 is 0.66.

The process color (four color CMYK) of #aed080 color hex is 0.16, 0.00, 0.38, 0.18. Web safe color of #aed080 is #99cc99. Color #aed080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10000000
Octal 256 320 200
Decimal 174 208 128
Hex AE D0 80

RGB Percentages of Color #aed080

%34.12
%40.78
%25.10

CMYK Percentages of Color #aed080

%16
%0
%38
%18

Triadic Colors of #aed080

#aed080 #80aed0 #d080ae

Analogous Colors of #aed080

#aed080 #86d080 #d0ca80

Monochromatic Colors of #aed080

#aed080

Complementary Color

#aed080 #a280d0

#aed080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed080 Color CSS Codes

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

#aed080 Text Font Color

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

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


#aed080 Background Color

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

This div background color is #aed080


#aed080 Border Color

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

This div border color is #aed080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed080


Comments

No comments written yet.

Please login to write comment.