Color Hex Logo

#aedc91 Color Hex

#AEDC91
(174,220,145)
0 Favorites   0 Comments

Color spaces of #aedc91

RGB 174220145
HSL0.270.520.72
HSV97°34°86°
CMYK 0.210.000.34   0.14
XYZ48.159662.229436.2613
Yxy62.22940.32840.4243
Hunter Lab78.8856-29.075727.9661
CIE-Lab83.0353-28.263132.1203

#aedc91 color RGB value is (174,220,145).

#aedc91 hex color red value is 174, green value is 220 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aedc91 hue: 0.27 , saturation: 0.52 and the lightness value of aedc91 is 0.72.

The process color (four color CMYK) of #aedc91 color hex is 0.21, 0.00, 0.34, 0.14. Web safe color of #aedc91 is #99cc99. Color #aedc91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10010001
Octal 256 334 221
Decimal 174 220 145
Hex AE DC 91

RGB Percentages of Color #aedc91

%32.28
%40.82
%26.90

CMYK Percentages of Color #aedc91

%21
%0
%34
%14

Triadic Colors of #aedc91

#aedc91 #91aedc #dc91ae

Analogous Colors of #aedc91

#aedc91 #91dc9a #d4dc91

Monochromatic Colors of #aedc91

#aedc91

Complementary Color

#aedc91 #bf91dc

#aedc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc91 Color CSS Codes

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

#aedc91 Text Font Color

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

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


#aedc91 Background Color

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

This div background color is #aedc91


#aedc91 Border Color

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

This div border color is #aedc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc91


Comments

No comments written yet.

Please login to write comment.