Color Hex Logo

#aed894 Color Hex

#AED894
(174,216,148)
0 Favorites   0 Comments

Color spaces of #aed894

RGB 174216148
HSL0.270.470.71
HSV97°31°85°
CMYK 0.190.000.31   0.15
XYZ47.356760.248537.1501
Yxy60.24850.32720.4162
Hunter Lab77.6199-26.930225.9568
CIE-Lab81.9731-25.912329.1654

#aed894 color RGB value is (174,216,148).

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

The process color (four color CMYK) of #aed894 color hex is 0.19, 0.00, 0.31, 0.15. Web safe color of #aed894 is #99cc99. Color #aed894 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 10010100
Octal 256 330 224
Decimal 174 216 148
Hex AE D8 94

RGB Percentages of Color #aed894

%32.34
%40.15
%27.51

CMYK Percentages of Color #aed894

%19
%0
%31
%15

Triadic Colors of #aed894

#aed894 #94aed8 #d894ae

Analogous Colors of #aed894

#aed894 #94d89c #d0d894

Monochromatic Colors of #aed894

#aed894

Complementary Color

#aed894 #be94d8

#aed894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed894 Color CSS Codes

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

#aed894 Text Font Color

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

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


#aed894 Background Color

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

This div background color is #aed894


#aed894 Border Color

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

This div border color is #aed894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed894


Comments

No comments written yet.

Please login to write comment.