Color Hex Logo

#aedc5c Color Hex

#AEDC5C
(174,220,92)
0 Favorites   0 Comments

Color spaces of #aedc5c

RGB 17422092
HSL0.230.650.61
HSV82°58°86°
CMYK 0.210.000.58   0.14
XYZ44.980560.957819.5205
Yxy60.95780.35850.4859
Hunter Lab78.0755-33.795439.8291
CIE-Lab82.3561-34.306956.8059

#aedc5c color RGB value is (174,220,92).

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

The process color (four color CMYK) of #aedc5c color hex is 0.21, 0.00, 0.58, 0.14. Web safe color of #aedc5c is #99cc66. Color #aedc5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 01011100
Octal 256 334 134
Decimal 174 220 92
Hex AE DC 5C

RGB Percentages of Color #aedc5c

%35.80
%45.27
%18.93

CMYK Percentages of Color #aedc5c

%21
%0
%58
%14

Triadic Colors of #aedc5c

#aedc5c #5caedc #dc5cae

Analogous Colors of #aedc5c

#aedc5c #6edc5c #dcca5c

Monochromatic Colors of #aedc5c

#aedc5c

Complementary Color

#aedc5c #8a5cdc

#aedc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc5c Color CSS Codes

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

#aedc5c Text Font Color

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

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


#aedc5c Background Color

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

This div background color is #aedc5c


#aedc5c Border Color

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

This div border color is #aedc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc5c


Comments

No comments written yet.

Please login to write comment.