Color Hex Logo

#aede2d Color Hex

#AEDE2D
(174,222,45)
0 Favorites   0 Comments

Color spaces of #aede2d

RGB 17422245
HSL0.210.730.52
HSV76°80°87°
CMYK 0.220.000.80   0.13
XYZ44.050561.430712.0182
Yxy61.43070.37490.5228
Hunter Lab78.3777-36.839045.7731
CIE-Lab82.6097-38.104574.0790

#aede2d color RGB value is (174,222,45).

#aede2d hex color red value is 174, green value is 222 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aede2d hue: 0.21 , saturation: 0.73 and the lightness value of aede2d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 00101101
Octal 256 336 55
Decimal 174 222 45
Hex AE DE 2D

RGB Percentages of Color #aede2d

%39.46
%50.34
%10.20

CMYK Percentages of Color #aede2d

%22
%0
%80
%13

Triadic Colors of #aede2d

#aede2d #2daede #de2dae

Analogous Colors of #aede2d

#aede2d #56de2d #deb62d

Monochromatic Colors of #aede2d

#aede2d

Complementary Color

#aede2d #5d2dde

#aede2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede2d Color CSS Codes

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

#aede2d Text Font Color

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

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


#aede2d Background Color

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

This div background color is #aede2d


#aede2d Border Color

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

This div border color is #aede2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede2d


Comments

No comments written yet.

Please login to write comment.