Color Hex Logo

#aede3f Color Hex

#AEDE3F
(174,222,63)
0 Favorites   0 Comments

Color spaces of #aede3f

RGB 17422263
HSL0.220.710.56
HSV78°72°87°
CMYK 0.220.000.72   0.13
XYZ44.474061.600114.2486
Yxy61.60010.36960.5120
Hunter Lab78.4857-36.202944.1763
CIE-Lab82.7003-37.258868.6337

#aede3f color RGB value is (174,222,63).

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

The process color (four color CMYK) of #aede3f color hex is 0.22, 0.00, 0.72, 0.13. Web safe color of #aede3f is #99cc33. Color #aede3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 00111111
Octal 256 336 77
Decimal 174 222 63
Hex AE DE 3F

RGB Percentages of Color #aede3f

%37.91
%48.37
%13.73

CMYK Percentages of Color #aede3f

%22
%0
%72
%13

Triadic Colors of #aede3f

#aede3f #3faede #de3fae

Analogous Colors of #aede3f

#aede3f #5fde3f #debf3f

Monochromatic Colors of #aede3f

#aede3f

Complementary Color

#aede3f #6f3fde

#aede3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede3f Color CSS Codes

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

#aede3f Text Font Color

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

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


#aede3f Background Color

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

This div background color is #aede3f


#aede3f Border Color

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

This div border color is #aede3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede3f


Comments

No comments written yet.

Please login to write comment.