Color Hex Logo

#aedcae Color Hex

#AEDCAE
(174,220,174)
0 Favorites   0 Comments

Color spaces of #aedcae

RGB 174220174
HSL0.330.400.77
HSV120°21°86°
CMYK 0.210.000.21   0.14
XYZ50.688763.241149.5796
Yxy63.24110.31000.3868
Hunter Lab79.5243-25.391718.7025
CIE-Lab83.5691-23.705017.8042

#aedcae color RGB value is (174,220,174).

#aedcae hex color red value is 174, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aedcae hue: 0.33 , saturation: 0.40 and the lightness value of aedcae is 0.77.

The process color (four color CMYK) of #aedcae color hex is 0.21, 0.00, 0.21, 0.14. Web safe color of #aedcae is #99cc99. Color #aedcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10101110
Octal 256 334 256
Decimal 174 220 174
Hex AE DC AE

RGB Percentages of Color #aedcae

%30.63
%38.73
%30.63

CMYK Percentages of Color #aedcae

%21
%0
%21
%14

Triadic Colors of #aedcae

#aedcae #aeaedc #dcaeae

Analogous Colors of #aedcae

#aedcae #aedcc5 #c5dcae

Monochromatic Colors of #aedcae

#aedcae

Complementary Color

#aedcae #dcaedc

#aedcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcae Color CSS Codes

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

#aedcae Text Font Color

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

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


#aedcae Background Color

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

This div background color is #aedcae


#aedcae Border Color

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

This div border color is #aedcae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,220,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 #aedcae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcae


Comments

No comments written yet.

Please login to write comment.