Color Hex Logo

#aed77f Color Hex

#AED77F
(174,215,127)
0 Favorites   0 Comments

Color spaces of #aed77f

RGB 174215127
HSL0.240.520.67
HSV88°41°84°
CMYK 0.190.000.41   0.16
XYZ45.586859.131929.0896
Yxy59.13190.34070.4419
Hunter Lab76.8973-28.750531.3992
CIE-Lab81.3640-28.288139.0572

#aed77f color RGB value is (174,215,127).

#aed77f hex color red value is 174, green value is 215 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aed77f hue: 0.24 , saturation: 0.52 and the lightness value of aed77f is 0.67.

The process color (four color CMYK) of #aed77f color hex is 0.19, 0.00, 0.41, 0.16. Web safe color of #aed77f is #99cc66. Color #aed77f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 01111111
Octal 256 327 177
Decimal 174 215 127
Hex AE D7 7F

RGB Percentages of Color #aed77f

%33.72
%41.67
%24.61

CMYK Percentages of Color #aed77f

%19
%0
%41
%16

Triadic Colors of #aed77f

#aed77f #7faed7 #d77fae

Analogous Colors of #aed77f

#aed77f #82d77f #d7d47f

Monochromatic Colors of #aed77f

#aed77f

Complementary Color

#aed77f #a87fd7

#aed77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed77f Color CSS Codes

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

#aed77f Text Font Color

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

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


#aed77f Background Color

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

This div background color is #aed77f


#aed77f Border Color

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

This div border color is #aed77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed77f


Comments

No comments written yet.

Please login to write comment.