Color Hex Logo

#aed791 Color Hex

#AED791
(174,215,145)
0 Favorites   0 Comments

Color spaces of #aed791

RGB 174215145
HSL0.260.470.71
HSV95°33°84°
CMYK 0.190.000.33   0.16
XYZ46.866859.643935.8303
Yxy59.64390.32930.4190
Hunter Lab77.2295-26.828626.5533
CIE-Lab81.6442-25.866630.2734

#aed791 color RGB value is (174,215,145).

#aed791 hex color red value is 174, green value is 215 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aed791 hue: 0.26 , saturation: 0.47 and the lightness value of aed791 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 10010001
Octal 256 327 221
Decimal 174 215 145
Hex AE D7 91

RGB Percentages of Color #aed791

%32.58
%40.26
%27.15

CMYK Percentages of Color #aed791

%19
%0
%33
%16

Triadic Colors of #aed791

#aed791 #91aed7 #d791ae

Analogous Colors of #aed791

#aed791 #91d797 #d1d791

Monochromatic Colors of #aed791

#aed791

Complementary Color

#aed791 #ba91d7

#aed791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed791 Color CSS Codes

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

#aed791 Text Font Color

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

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


#aed791 Background Color

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

This div background color is #aed791


#aed791 Border Color

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

This div border color is #aed791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed791


Comments

No comments written yet.

Please login to write comment.