Color Hex Logo

#aedc94 Color Hex

#AEDC94
(174,220,148)
0 Favorites   0 Comments

Color spaces of #aedc94

RGB 174220148
HSL0.270.510.72
HSV98°33°86°
CMYK 0.210.000.33   0.14
XYZ48.394162.323237.4959
Yxy62.32320.32650.4205
Hunter Lab78.9450-28.731527.1010
CIE-Lab83.0850-27.831530.6502

#aedc94 color RGB value is (174,220,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10010100
Octal 256 334 224
Decimal 174 220 148
Hex AE DC 94

RGB Percentages of Color #aedc94

%32.10
%40.59
%27.31

CMYK Percentages of Color #aedc94

%21
%0
%33
%14

Triadic Colors of #aedc94

#aedc94 #94aedc #dc94ae

Analogous Colors of #aedc94

#aedc94 #94dc9e #d2dc94

Monochromatic Colors of #aedc94

#aedc94

Complementary Color

#aedc94 #c294dc

#aedc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc94 Color CSS Codes

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

#aedc94 Text Font Color

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

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


#aedc94 Background Color

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

This div background color is #aedc94


#aedc94 Border Color

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

This div border color is #aedc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc94


Comments

No comments written yet.

Please login to write comment.