Color Hex Logo

#aedf56 Color Hex

#AEDF56
(174,223,86)
0 Favorites   0 Comments

Color spaces of #aedf56

RGB 17422386
HSL0.230.680.61
HSV81°61°87°
CMYK 0.220.000.61   0.13
XYZ45.522962.445918.4581
Yxy62.44590.36010.4939
Hunter Lab79.0227-35.460641.4670
CIE-Lab83.1500-36.169160.2589

#aedf56 color RGB value is (174,223,86).

#aedf56 hex color red value is 174, green value is 223 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aedf56 hue: 0.23 , saturation: 0.68 and the lightness value of aedf56 is 0.61.

The process color (four color CMYK) of #aedf56 color hex is 0.22, 0.00, 0.61, 0.13. Web safe color of #aedf56 is #99cc66. Color #aedf56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 01010110
Octal 256 337 126
Decimal 174 223 86
Hex AE DF 56

RGB Percentages of Color #aedf56

%36.02
%46.17
%17.81

CMYK Percentages of Color #aedf56

%22
%0
%61
%13

Triadic Colors of #aedf56

#aedf56 #56aedf #df56ae

Analogous Colors of #aedf56

#aedf56 #6adf56 #dfcc56

Monochromatic Colors of #aedf56

#aedf56

Complementary Color

#aedf56 #8756df

#aedf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf56 Color CSS Codes

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

#aedf56 Text Font Color

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

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


#aedf56 Background Color

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

This div background color is #aedf56


#aedf56 Border Color

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

This div border color is #aedf56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf56


Comments

No comments written yet.

Please login to write comment.