Color Hex Logo

#aedd83 Color Hex

#AEDD83
(174,221,131)
0 Favorites   0 Comments

Color spaces of #aedd83

RGB 174221131
HSL0.250.570.69
HSV91°41°87°
CMYK 0.210.000.41   0.13
XYZ47.408762.350331.0088
Yxy62.35030.33680.4429
Hunter Lab78.9622-31.012931.9901
CIE-Lab83.0994-30.621939.2764

#aedd83 color RGB value is (174,221,131).

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

The process color (four color CMYK) of #aedd83 color hex is 0.21, 0.00, 0.41, 0.13. Web safe color of #aedd83 is #99cc99. Color #aedd83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10000011
Octal 256 335 203
Decimal 174 221 131
Hex AE DD 83

RGB Percentages of Color #aedd83

%33.08
%42.02
%24.90

CMYK Percentages of Color #aedd83

%21
%0
%41
%13

Triadic Colors of #aedd83

#aedd83 #83aedd #dd83ae

Analogous Colors of #aedd83

#aedd83 #83dd85 #dbdd83

Monochromatic Colors of #aedd83

#aedd83

Complementary Color

#aedd83 #b283dd

#aedd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd83 Color CSS Codes

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

#aedd83 Text Font Color

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

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


#aedd83 Background Color

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

This div background color is #aedd83


#aedd83 Border Color

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

This div border color is #aedd83


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,221,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 #aedd83">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd83


Comments

No comments written yet.

Please login to write comment.