Color Hex Logo

#aed0ad Color Hex

#AED0AD
(174,208,173)
0 Favorites   0 Comments

Color spaces of #aed0ad

RGB 174208173
HSL0.330.270.75
HSV118°17°82°
CMYK 0.160.000.17   0.18
XYZ47.554357.127648.0555
Yxy57.12760.31130.3740
Hunter Lab75.5828-19.963415.2114
CIE-Lab80.2513-17.940413.6770

#aed0ad color RGB value is (174,208,173).

#aed0ad hex color red value is 174, green value is 208 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aed0ad hue: 0.33 , saturation: 0.27 and the lightness value of aed0ad is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10101101
Octal 256 320 255
Decimal 174 208 173
Hex AE D0 AD

RGB Percentages of Color #aed0ad

%31.35
%37.48
%31.17

CMYK Percentages of Color #aed0ad

%16
%0
%17
%18

Triadic Colors of #aed0ad

#aed0ad #adaed0 #d0adae

Analogous Colors of #aed0ad

#aed0ad #add0be #c0d0ad

Monochromatic Colors of #aed0ad

#aed0ad

Complementary Color

#aed0ad #cfadd0

#aed0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed0ad Color CSS Codes

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

#aed0ad Text Font Color

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

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


#aed0ad Background Color

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

This div background color is #aed0ad


#aed0ad Border Color

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

This div border color is #aed0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed0ad


Comments

No comments written yet.

Please login to write comment.