Color Hex Logo

#aedf6c Color Hex

#AEDF6C
(174,223,108)
0 Favorites   0 Comments

Color spaces of #aedf6c

RGB 174223108
HSL0.240.640.65
HSV86°52°87°
CMYK 0.220.000.52   0.13
XYZ46.550062.856723.8665
Yxy62.85670.34930.4716
Hunter Lab79.2822-33.938937.6494
CIE-Lab83.3669-34.183950.7337

#aedf6c color RGB value is (174,223,108).

#aedf6c hex color red value is 174, green value is 223 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aedf6c hue: 0.24 , saturation: 0.64 and the lightness value of aedf6c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 01101100
Octal 256 337 154
Decimal 174 223 108
Hex AE DF 6C

RGB Percentages of Color #aedf6c

%34.46
%44.16
%21.39

CMYK Percentages of Color #aedf6c

%22
%0
%52
%13

Triadic Colors of #aedf6c

#aedf6c #6caedf #df6cae

Analogous Colors of #aedf6c

#aedf6c #75df6c #dfd76c

Monochromatic Colors of #aedf6c

#aedf6c

Complementary Color

#aedf6c #9d6cdf

#aedf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf6c Color CSS Codes

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

#aedf6c Text Font Color

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

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


#aedf6c Background Color

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

This div background color is #aedf6c


#aedf6c Border Color

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

This div border color is #aedf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf6c


Comments

No comments written yet.

Please login to write comment.