Color Hex Logo

#aedf6a Color Hex

#AEDF6A
(174,223,106)
0 Favorites   0 Comments

Color spaces of #aedf6a

RGB 174223106
HSL0.240.650.65
HSV85°52°87°
CMYK 0.220.000.52   0.13
XYZ46.444862.814623.3122
Yxy62.81460.35030.4738
Hunter Lab79.2557-34.094238.0394
CIE-Lab83.3447-34.385451.6363

#aedf6a color RGB value is (174,223,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 01101010
Octal 256 337 152
Decimal 174 223 106
Hex AE DF 6A

RGB Percentages of Color #aedf6a

%34.59
%44.33
%21.07

CMYK Percentages of Color #aedf6a

%22
%0
%52
%13

Triadic Colors of #aedf6a

#aedf6a #6aaedf #df6aae

Analogous Colors of #aedf6a

#aedf6a #74df6a #dfd66a

Monochromatic Colors of #aedf6a

#aedf6a

Complementary Color

#aedf6a #9b6adf

#aedf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf6a Color CSS Codes

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

#aedf6a Text Font Color

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

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


#aedf6a Background Color

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

This div background color is #aedf6a


#aedf6a Border Color

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

This div border color is #aedf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf6a


Comments

No comments written yet.

Please login to write comment.