Color Hex Logo

#aed696 Color Hex

#AED696
(174,214,150)
0 Favorites   0 Comments

Color spaces of #aed696

RGB 174214150
HSL0.270.440.71
HSV98°30°84°
CMYK 0.190.000.30   0.16
XYZ47.007159.293837.8215
Yxy59.29380.32620.4114
Hunter Lab77.0025-25.786824.7801
CIE-Lab81.4528-24.647727.4315

#aed696 color RGB value is (174,214,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 10010110
Octal 256 326 226
Decimal 174 214 150
Hex AE D6 96

RGB Percentages of Color #aed696

%32.34
%39.78
%27.88

CMYK Percentages of Color #aed696

%19
%0
%30
%16

Triadic Colors of #aed696

#aed696 #96aed6 #d696ae

Analogous Colors of #aed696

#aed696 #96d69e #ced696

Monochromatic Colors of #aed696

#aed696

Complementary Color

#aed696 #be96d6

#aed696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed696 Color CSS Codes

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

#aed696 Text Font Color

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

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


#aed696 Background Color

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

This div background color is #aed696


#aed696 Border Color

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

This div border color is #aed696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed696


Comments

No comments written yet.

Please login to write comment.