Color Hex Logo

#aed089 Color Hex

#AED089
(174,208,137)
0 Favorites   0 Comments

Color spaces of #aed089

RGB 174208137
HSL0.250.430.68
HSV89°34°82°
CMYK 0.160.000.34   0.18
XYZ44.526855.916632.1131
Yxy55.91660.33590.4218
Hunter Lab74.7774-24.571226.8821
CIE-Lab79.5663-23.596731.6411

#aed089 color RGB value is (174,208,137).

#aed089 hex color red value is 174, green value is 208 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #aed089 hue: 0.25 , saturation: 0.43 and the lightness value of aed089 is 0.68.

The process color (four color CMYK) of #aed089 color hex is 0.16, 0.00, 0.34, 0.18. Web safe color of #aed089 is #99cc99. Color #aed089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10001001
Octal 256 320 211
Decimal 174 208 137
Hex AE D0 89

RGB Percentages of Color #aed089

%33.53
%40.08
%26.40

CMYK Percentages of Color #aed089

%16
%0
%34
%18

Triadic Colors of #aed089

#aed089 #89aed0 #d089ae

Analogous Colors of #aed089

#aed089 #8bd089 #d0cf89

Monochromatic Colors of #aed089

#aed089

Complementary Color

#aed089 #ab89d0

#aed089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed089 Color CSS Codes

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

#aed089 Text Font Color

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

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


#aed089 Background Color

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

This div background color is #aed089


#aed089 Border Color

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

This div border color is #aed089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed089


Comments

No comments written yet.

Please login to write comment.