Color Hex Logo

#aedf96 Color Hex

#AEDF96
(174,223,150)
0 Favorites   0 Comments

Color spaces of #aedf96

RGB 174223150
HSL0.280.530.73
HSV100°33°87°
CMYK 0.220.000.33   0.13
XYZ49.348363.976038.6018
Yxy63.97600.32480.4211
Hunter Lab79.9850-29.844727.3754
CIE-Lab83.9533-28.967130.7824

#aedf96 color RGB value is (174,223,150).

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

The process color (four color CMYK) of #aedf96 color hex is 0.22, 0.00, 0.33, 0.13. Web safe color of #aedf96 is #99cc99. Color #aedf96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10010110
Octal 256 337 226
Decimal 174 223 150
Hex AE DF 96

RGB Percentages of Color #aedf96

%31.81
%40.77
%27.42

CMYK Percentages of Color #aedf96

%22
%0
%33
%13

Triadic Colors of #aedf96

#aedf96 #96aedf #df96ae

Analogous Colors of #aedf96

#aedf96 #96dfa3 #d3df96

Monochromatic Colors of #aedf96

#aedf96

Complementary Color

#aedf96 #c796df

#aedf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf96 Color CSS Codes

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

#aedf96 Text Font Color

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

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


#aedf96 Background Color

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

This div background color is #aedf96


#aedf96 Border Color

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

This div border color is #aedf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf96


Comments

No comments written yet.

Please login to write comment.