Color Hex Logo

#aeda83 Color Hex

#AEDA83
(174,218,131)
0 Favorites   0 Comments

Color spaces of #aeda83

RGB 174218131
HSL0.250.540.68
HSV90°40°85°
CMYK 0.200.000.40   0.15
XYZ46.623760.780230.7471
Yxy60.78020.33750.4400
Hunter Lab77.9617-29.683931.1899
CIE-Lab82.2604-29.206738.2012

#aeda83 color RGB value is (174,218,131).

#aeda83 hex color red value is 174, green value is 218 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aeda83 hue: 0.25 , saturation: 0.54 and the lightness value of aeda83 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 10000011
Octal 256 332 203
Decimal 174 218 131
Hex AE DA 83

RGB Percentages of Color #aeda83

%33.27
%41.68
%25.05

CMYK Percentages of Color #aeda83

%20
%0
%40
%15

Triadic Colors of #aeda83

#aeda83 #83aeda #da83ae

Analogous Colors of #aeda83

#aeda83 #83da84 #dada83

Monochromatic Colors of #aeda83

#aeda83

Complementary Color

#aeda83 #af83da

#aeda83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeda83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeda83 Color CSS Codes

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

#aeda83 Text Font Color

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

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


#aeda83 Background Color

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

This div background color is #aeda83


#aeda83 Border Color

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

This div border color is #aeda83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeda83


Comments

No comments written yet.

Please login to write comment.