Color Hex Logo

#aeda8d Color Hex

#AEDA8D
(174,218,141)
0 Favorites   0 Comments

Color spaces of #aeda8d

RGB 174218141
HSL0.260.510.70
HSV94°35°85°
CMYK 0.200.000.35   0.15
XYZ47.334761.064634.4911
Yxy61.06460.33130.4274
Hunter Lab78.1438-28.627528.5313
CIE-Lab82.4135-27.871933.3418

#aeda8d color RGB value is (174,218,141).

#aeda8d hex color red value is 174, green value is 218 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aeda8d hue: 0.26 , saturation: 0.51 and the lightness value of aeda8d is 0.70.

The process color (four color CMYK) of #aeda8d color hex is 0.20, 0.00, 0.35, 0.15. Web safe color of #aeda8d is #99cc99. Color #aeda8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 10001101
Octal 256 332 215
Decimal 174 218 141
Hex AE DA 8D

RGB Percentages of Color #aeda8d

%32.65
%40.90
%26.45

CMYK Percentages of Color #aeda8d

%20
%0
%35
%15

Triadic Colors of #aeda8d

#aeda8d #8daeda #da8dae

Analogous Colors of #aeda8d

#aeda8d #8dda93 #d5da8d

Monochromatic Colors of #aeda8d

#aeda8d

Complementary Color

#aeda8d #b98dda

#aeda8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeda8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeda8d Color CSS Codes

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

#aeda8d Text Font Color

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

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


#aeda8d Background Color

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

This div background color is #aeda8d


#aeda8d Border Color

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

This div border color is #aeda8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeda8d


Comments

No comments written yet.

Please login to write comment.