Color Hex Logo

#aed4ae Color Hex

#AED4AE
(174,212,174)
0 Favorites   0 Comments

Color spaces of #aed4ae

RGB 174212174
HSL0.330.310.76
HSV120°18°83°
CMYK 0.180.000.18   0.17
XYZ48.639059.141648.8963
Yxy59.14160.31040.3775
Hunter Lab76.9036-21.685816.1351
CIE-Lab81.3694-19.764214.7218

#aed4ae color RGB value is (174,212,174).

#aed4ae hex color red value is 174, green value is 212 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aed4ae hue: 0.33 , saturation: 0.31 and the lightness value of aed4ae is 0.76.

The process color (four color CMYK) of #aed4ae color hex is 0.18, 0.00, 0.18, 0.17. Web safe color of #aed4ae is #99cc99. Color #aed4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 10101110
Octal 256 324 256
Decimal 174 212 174
Hex AE D4 AE

RGB Percentages of Color #aed4ae

%31.07
%37.86
%31.07

CMYK Percentages of Color #aed4ae

%18
%0
%18
%17

Triadic Colors of #aed4ae

#aed4ae #aeaed4 #d4aeae

Analogous Colors of #aed4ae

#aed4ae #aed4c1 #c1d4ae

Monochromatic Colors of #aed4ae

#aed4ae

Complementary Color

#aed4ae #d4aed4

#aed4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed4ae Color CSS Codes

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

#aed4ae Text Font Color

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

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


#aed4ae Background Color

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

This div background color is #aed4ae


#aed4ae Border Color

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

This div border color is #aed4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed4ae


Comments

No comments written yet.

Please login to write comment.