Color Hex Logo

#aed387 Color Hex

#AED387
(174,211,135)
0 Favorites   0 Comments

Color spaces of #aed387

RGB 174211135
HSL0.250.460.68
HSV89°36°83°
CMYK 0.180.000.36   0.17
XYZ45.123057.336531.6105
Yxy57.33650.33660.4277
Hunter Lab75.7209-26.141228.2534
CIE-Lab80.3685-25.328833.7223

#aed387 color RGB value is (174,211,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 10000111
Octal 256 323 207
Decimal 174 211 135
Hex AE D3 87

RGB Percentages of Color #aed387

%33.46
%40.58
%25.96

CMYK Percentages of Color #aed387

%18
%0
%36
%17

Triadic Colors of #aed387

#aed387 #87aed3 #d387ae

Analogous Colors of #aed387

#aed387 #88d387 #d3d287

Monochromatic Colors of #aed387

#aed387

Complementary Color

#aed387 #ac87d3

#aed387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed387 Color CSS Codes

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

#aed387 Text Font Color

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

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


#aed387 Background Color

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

This div background color is #aed387


#aed387 Border Color

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

This div border color is #aed387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed387


Comments

No comments written yet.

Please login to write comment.