Color Hex Logo

#aedd3f Color Hex

#AEDD3F
(174,221,63)
0 Favorites   0 Comments

Color spaces of #aedd3f

RGB 17422163
HSL0.220.700.56
HSV78°71°87°
CMYK 0.210.000.71   0.13
XYZ44.209261.070514.1603
Yxy61.07050.37010.5113
Hunter Lab78.1476-35.778443.9600
CIE-Lab82.4166-36.808068.3548

#aedd3f color RGB value is (174,221,63).

#aedd3f hex color red value is 174, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aedd3f hue: 0.22 , saturation: 0.70 and the lightness value of aedd3f is 0.56.

The process color (four color CMYK) of #aedd3f color hex is 0.21, 0.00, 0.71, 0.13. Web safe color of #aedd3f is #99cc33. Color #aedd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 00111111
Octal 256 335 77
Decimal 174 221 63
Hex AE DD 3F

RGB Percentages of Color #aedd3f

%37.99
%48.25
%13.76

CMYK Percentages of Color #aedd3f

%21
%0
%71
%13

Triadic Colors of #aedd3f

#aedd3f #3faedd #dd3fae

Analogous Colors of #aedd3f

#aedd3f #5fdd3f #ddbd3f

Monochromatic Colors of #aedd3f

#aedd3f

Complementary Color

#aedd3f #6e3fdd

#aedd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd3f Color CSS Codes

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

#aedd3f Text Font Color

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

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


#aedd3f Background Color

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

This div background color is #aedd3f


#aedd3f Border Color

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

This div border color is #aedd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd3f


Comments

No comments written yet.

Please login to write comment.