Color Hex Logo

#aed794 Color Hex

#AED794
(174,215,148)
0 Favorites   0 Comments

Color spaces of #aed794

RGB 174215148
HSL0.270.460.71
HSV97°31°84°
CMYK 0.190.000.31   0.16
XYZ47.101359.737737.0650
Yxy59.73770.32730.4151
Hunter Lab77.2902-26.478325.6702
CIE-Lab81.6954-25.429328.7935

#aed794 color RGB value is (174,215,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 10010100
Octal 256 327 224
Decimal 174 215 148
Hex AE D7 94

RGB Percentages of Color #aed794

%32.40
%40.04
%27.56

CMYK Percentages of Color #aed794

%19
%0
%31
%16

Triadic Colors of #aed794

#aed794 #94aed7 #d794ae

Analogous Colors of #aed794

#aed794 #94d79c #d0d794

Monochromatic Colors of #aed794

#aed794

Complementary Color

#aed794 #bd94d7

#aed794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed794 Color CSS Codes

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

#aed794 Text Font Color

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

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


#aed794 Background Color

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

This div background color is #aed794


#aed794 Border Color

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

This div border color is #aed794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed794


Comments

No comments written yet.

Please login to write comment.