Color Hex Logo

#aedf2d Color Hex

#AEDF2D
(174,223,45)
0 Favorites   0 Comments

Color spaces of #aedf2d

RGB 17422345
HSL0.210.740.53
HSV77°80°87°
CMYK 0.220.000.80   0.13
XYZ44.316961.963512.1070
Yxy61.96350.37430.5234
Hunter Lab78.7169-37.260745.9828
CIE-Lab82.8940-38.551374.3334

#aedf2d color RGB value is (174,223,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 00101101
Octal 256 337 55
Decimal 174 223 45
Hex AE DF 2D

RGB Percentages of Color #aedf2d

%39.37
%50.45
%10.18

CMYK Percentages of Color #aedf2d

%22
%0
%80
%13

Triadic Colors of #aedf2d

#aedf2d #2daedf #df2dae

Analogous Colors of #aedf2d

#aedf2d #55df2d #dfb72d

Monochromatic Colors of #aedf2d

#aedf2d

Complementary Color

#aedf2d #5e2ddf

#aedf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf2d Color CSS Codes

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

#aedf2d Text Font Color

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

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


#aedf2d Background Color

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

This div background color is #aedf2d


#aedf2d Border Color

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

This div border color is #aedf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf2d


Comments

No comments written yet.

Please login to write comment.