Color Hex Logo

#aedd63 Color Hex

#AEDD63
(174,221,99)
0 Favorites   0 Comments

Color spaces of #aedd63

RGB 17422199
HSL0.230.640.63
HSV83°55°87°
CMYK 0.210.000.55   0.13
XYZ45.564161.612421.2953
Yxy61.61240.35470.4796
Hunter Lab78.4936-33.747738.8601
CIE-Lab82.7069-34.141254.0916

#aedd63 color RGB value is (174,221,99).

#aedd63 hex color red value is 174, green value is 221 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aedd63 hue: 0.23 , saturation: 0.64 and the lightness value of aedd63 is 0.63.

The process color (four color CMYK) of #aedd63 color hex is 0.21, 0.00, 0.55, 0.13. Web safe color of #aedd63 is #99cc66. Color #aedd63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 01100011
Octal 256 335 143
Decimal 174 221 99
Hex AE DD 63

RGB Percentages of Color #aedd63

%35.22
%44.74
%20.04

CMYK Percentages of Color #aedd63

%21
%0
%55
%13

Triadic Colors of #aedd63

#aedd63 #63aedd #dd63ae

Analogous Colors of #aedd63

#aedd63 #71dd63 #ddcf63

Monochromatic Colors of #aedd63

#aedd63

Complementary Color

#aedd63 #9263dd

#aedd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd63 Color CSS Codes

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

#aedd63 Text Font Color

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

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


#aedd63 Background Color

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

This div background color is #aedd63


#aedd63 Border Color

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

This div border color is #aedd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd63


Comments

No comments written yet.

Please login to write comment.