Color Hex Logo

#aed196 Color Hex

#AED196
(174,209,150)
0 Favorites   0 Comments

Color spaces of #aed196

RGB 174209150
HSL0.270.390.70
HSV96°28°82°
CMYK 0.170.000.28   0.18
XYZ45.761056.801637.4061
Yxy56.80160.32690.4058
Hunter Lab75.3668-23.510923.3299
CIE-Lab80.0679-22.203325.5603

#aed196 color RGB value is (174,209,150).

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

The process color (four color CMYK) of #aed196 color hex is 0.17, 0.00, 0.28, 0.18. Web safe color of #aed196 is #99cc99. Color #aed196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10010110
Octal 256 321 226
Decimal 174 209 150
Hex AE D1 96

RGB Percentages of Color #aed196

%32.65
%39.21
%28.14

CMYK Percentages of Color #aed196

%17
%0
%28
%18

Triadic Colors of #aed196

#aed196 #96aed1 #d196ae

Analogous Colors of #aed196

#aed196 #96d19c #ccd196

Monochromatic Colors of #aed196

#aed196

Complementary Color

#aed196 #b996d1

#aed196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed196 Color CSS Codes

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

#aed196 Text Font Color

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

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


#aed196 Background Color

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

This div background color is #aed196


#aed196 Border Color

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

This div border color is #aed196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed196


Comments

No comments written yet.

Please login to write comment.