Color Hex Logo

#aedf9d Color Hex

#AEDF9D
(174,223,157)
0 Favorites   0 Comments

Color spaces of #aedf9d

RGB 174223157
HSL0.290.510.75
HSV105°30°87°
CMYK 0.220.000.30   0.13
XYZ49.929064.208341.6602
Yxy64.20830.32050.4121
Hunter Lab80.1301-29.004425.2658
CIE-Lab84.0741-27.917727.3470

#aedf9d color RGB value is (174,223,157).

#aedf9d hex color red value is 174, green value is 223 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aedf9d hue: 0.29 , saturation: 0.51 and the lightness value of aedf9d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10011101
Octal 256 337 235
Decimal 174 223 157
Hex AE DF 9D

RGB Percentages of Color #aedf9d

%31.41
%40.25
%28.34

CMYK Percentages of Color #aedf9d

%22
%0
%30
%13

Triadic Colors of #aedf9d

#aedf9d #9daedf #df9dae

Analogous Colors of #aedf9d

#aedf9d #9ddfad #cfdf9d

Monochromatic Colors of #aedf9d

#aedf9d

Complementary Color

#aedf9d #ce9ddf

#aedf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf9d Color CSS Codes

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

#aedf9d Text Font Color

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

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


#aedf9d Background Color

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

This div background color is #aedf9d


#aedf9d Border Color

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

This div border color is #aedf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf9d


Comments

No comments written yet.

Please login to write comment.