Color Hex Logo

#aeed8f Color Hex

#AEED8F
(174,237,143)
0 Favorites   0 Comments

Color spaces of #aeed8f

RGB 174237143
HSL0.280.720.75
HSV100°40°93°
CMYK 0.270.000.40   0.07
XYZ52.697771.550237.0197
Yxy71.55020.32680.4437
Hunter Lab84.5874-36.822833.2628
CIE-Lab87.7516-36.445739.2921

#aeed8f color RGB value is (174,237,143).

#aeed8f hex color red value is 174, green value is 237 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aeed8f hue: 0.28 , saturation: 0.72 and the lightness value of aeed8f is 0.75.

The process color (four color CMYK) of #aeed8f color hex is 0.27, 0.00, 0.40, 0.07. Web safe color of #aeed8f is #99ff99. Color #aeed8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 10001111
Octal 256 355 217
Decimal 174 237 143
Hex AE ED 8F

RGB Percentages of Color #aeed8f

%31.41
%42.78
%25.81

CMYK Percentages of Color #aeed8f

%27
%0
%40
%7

Triadic Colors of #aeed8f

#aeed8f #8faeed #ed8fae

Analogous Colors of #aeed8f

#aeed8f #8fed9f #dded8f

Monochromatic Colors of #aeed8f

#aeed8f

Complementary Color

#aeed8f #ce8fed

#aeed8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeed8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeed8f Color CSS Codes

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

#aeed8f Text Font Color

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

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


#aeed8f Background Color

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

This div background color is #aeed8f


#aeed8f Border Color

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

This div border color is #aeed8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeed8f


Comments

No comments written yet.

Please login to write comment.