Color Hex Logo

#aedfae Color Hex

#AEDFAE
(174,223,174)
0 Favorites   0 Comments

Color spaces of #aedfae

RGB 174223174
HSL0.330.430.78
HSV120°22°87°
CMYK 0.220.000.22   0.13
XYZ51.483264.830049.8444
Yxy64.83000.30980.3902
Hunter Lab80.5171-26.770719.6583
CIE-Lab84.3961-25.162118.9566

#aedfae color RGB value is (174,223,174).

#aedfae hex color red value is 174, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aedfae hue: 0.33 , saturation: 0.43 and the lightness value of aedfae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10101110
Octal 256 337 256
Decimal 174 223 174
Hex AE DF AE

RGB Percentages of Color #aedfae

%30.47
%39.05
%30.47

CMYK Percentages of Color #aedfae

%22
%0
%22
%13

Triadic Colors of #aedfae

#aedfae #aeaedf #dfaeae

Analogous Colors of #aedfae

#aedfae #aedfc7 #c7dfae

Monochromatic Colors of #aedfae

#aedfae

Complementary Color

#aedfae #dfaedf

#aedfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfae Color CSS Codes

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

#aedfae Text Font Color

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

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


#aedfae Background Color

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

This div background color is #aedfae


#aedfae Border Color

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

This div border color is #aedfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfae


Comments

No comments written yet.

Please login to write comment.