Color Hex Logo

#aeed90 Color Hex

#AEED90
(174,237,144)
0 Favorites   0 Comments

Color spaces of #aeed90

RGB 174237144
HSL0.280.720.75
HSV101°39°93°
CMYK 0.270.000.39   0.07
XYZ52.773871.580737.4205
Yxy71.58070.32620.4425
Hunter Lab84.6054-36.717533.0001
CIE-Lab87.7664-36.311638.8156

#aeed90 color RGB value is (174,237,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 10010000
Octal 256 355 220
Decimal 174 237 144
Hex AE ED 90

RGB Percentages of Color #aeed90

%31.35
%42.70
%25.95

CMYK Percentages of Color #aeed90

%27
%0
%39
%7

Triadic Colors of #aeed90

#aeed90 #90aeed #ed90ae

Analogous Colors of #aeed90

#aeed90 #90eda1 #dded90

Monochromatic Colors of #aeed90

#aeed90

Complementary Color

#aeed90 #cf90ed

#aeed90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeed90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeed90 Color CSS Codes

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

#aeed90 Text Font Color

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

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


#aeed90 Background Color

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

This div background color is #aeed90


#aeed90 Border Color

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

This div border color is #aeed90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeed90


Comments

No comments written yet.

Please login to write comment.