Color Hex Logo

#aed157 Color Hex

#AED157
(174,209,87)
0 Favorites   0 Comments

Color spaces of #aed157

RGB 17420987
HSL0.210.570.58
HSV77°58°82°
CMYK 0.170.000.58   0.18
XYZ41.976355.287717.4760
Yxy55.28770.36580.4819
Hunter Lab74.3557-29.353238.1139
CIE-Lab79.2067-29.607355.4592

#aed157 color RGB value is (174,209,87).

#aed157 hex color red value is 174, green value is 209 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aed157 hue: 0.21 , saturation: 0.57 and the lightness value of aed157 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 01010111
Octal 256 321 127
Decimal 174 209 87
Hex AE D1 57

RGB Percentages of Color #aed157

%37.02
%44.47
%18.51

CMYK Percentages of Color #aed157

%17
%0
%58
%18

Triadic Colors of #aed157

#aed157 #57aed1 #d157ae

Analogous Colors of #aed157

#aed157 #71d157 #d1b757

Monochromatic Colors of #aed157

#aed157

Complementary Color

#aed157 #7a57d1

#aed157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed157 Color CSS Codes

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

#aed157 Text Font Color

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

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


#aed157 Background Color

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

This div background color is #aed157


#aed157 Border Color

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

This div border color is #aed157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed157


Comments

No comments written yet.

Please login to write comment.