Color Hex Logo

#aed687 Color Hex

#AED687
(174,214,135)
0 Favorites   0 Comments

Color spaces of #aed687

RGB 174214135
HSL0.250.490.68
HSV90°37°84°
CMYK 0.190.000.37   0.16
XYZ45.875358.841131.8612
Yxy58.84110.33590.4308
Hunter Lab76.7080-27.486729.0690
CIE-Lab81.2042-26.775234.8140

#aed687 color RGB value is (174,214,135).

#aed687 hex color red value is 174, green value is 214 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #aed687 hue: 0.25 , saturation: 0.49 and the lightness value of aed687 is 0.68.

The process color (four color CMYK) of #aed687 color hex is 0.19, 0.00, 0.37, 0.16. Web safe color of #aed687 is #99cc99. Color #aed687 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 10000111
Octal 256 326 207
Decimal 174 214 135
Hex AE D6 87

RGB Percentages of Color #aed687

%33.27
%40.92
%25.81

CMYK Percentages of Color #aed687

%19
%0
%37
%16

Triadic Colors of #aed687

#aed687 #87aed6 #d687ae

Analogous Colors of #aed687

#aed687 #87d688 #d6d687

Monochromatic Colors of #aed687

#aed687

Complementary Color

#aed687 #af87d6

#aed687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed687 Color CSS Codes

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

#aed687 Text Font Color

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

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


#aed687 Background Color

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

This div background color is #aed687


#aed687 Border Color

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

This div border color is #aed687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed687


Comments

No comments written yet.

Please login to write comment.