Color Hex Logo

#aedc95 Color Hex

#AEDC95
(174,220,149)
0 Favorites   0 Comments

Color spaces of #aedc95

RGB 174220149
HSL0.270.500.72
HSV99°32°86°
CMYK 0.210.000.32   0.14
XYZ48.473662.355037.9147
Yxy62.35500.32590.4192
Hunter Lab78.9652-28.615026.8079
CIE-Lab83.1018-27.685730.1593

#aedc95 color RGB value is (174,220,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10010101
Octal 256 334 225
Decimal 174 220 149
Hex AE DC 95

RGB Percentages of Color #aedc95

%32.04
%40.52
%27.44

CMYK Percentages of Color #aedc95

%21
%0
%32
%14

Triadic Colors of #aedc95

#aedc95 #95aedc #dc95ae

Analogous Colors of #aedc95

#aedc95 #95dca0 #d2dc95

Monochromatic Colors of #aedc95

#aedc95

Complementary Color

#aedc95 #c395dc

#aedc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc95 Color CSS Codes

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

#aedc95 Text Font Color

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

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


#aedc95 Background Color

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

This div background color is #aedc95


#aedc95 Border Color

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

This div border color is #aedc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc95


Comments

No comments written yet.

Please login to write comment.